diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-02-05 05:46:14 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-02-05 05:46:14 +0000 |
commit | a9dbba2475d9f06de920fb606b237c71224afb93 (patch) | |
tree | 4cf8429f692d93c0683b50f2cabbfa0f4305db8f /sys | |
parent | ba296466425a12745807a79ae724b688695e1c89 (diff) |
Oops, forgot to commit these files when adding md mutex code; spotted by nick@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/m68k/conf/files.m68k | 3 | ||||
-rw-r--r-- | sys/arch/vax/conf/files.vax | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/m68k/conf/files.m68k b/sys/arch/m68k/conf/files.m68k index 47d397ff6e0..68d5edc8d9c 100644 --- a/sys/arch/m68k/conf/files.m68k +++ b/sys/arch/m68k/conf/files.m68k @@ -1,4 +1,4 @@ -# $OpenBSD: files.m68k,v 1.16 2006/11/29 13:22:05 miod Exp $ +# $OpenBSD: files.m68k,v 1.17 2007/02/05 05:46:11 miod Exp $ # $NetBSD: files.m68k,v 1.18 1997/06/06 23:15:28 veego Exp $ # file arch/m68k/m68k/bcopy.s @@ -12,6 +12,7 @@ file arch/m68k/m68k/in_cksum.c inet file netinet/in4_cksum.c inet file arch/m68k/m68k/kgdb_m68k.c kgdb file arch/m68k/m68k/m68k_machdep.c +file arch/m68k/m68k/mutex.c file arch/m68k/m68k/oc_cksum.s inet file arch/m68k/m68k/process_machdep.c file arch/m68k/m68k/regdump.c diff --git a/sys/arch/vax/conf/files.vax b/sys/arch/vax/conf/files.vax index c8b54c074a0..2d25be43466 100644 --- a/sys/arch/vax/conf/files.vax +++ b/sys/arch/vax/conf/files.vax @@ -1,4 +1,4 @@ -# $OpenBSD: files.vax,v 1.40 2006/08/27 16:55:38 miod Exp $ +# $OpenBSD: files.vax,v 1.41 2007/02/05 05:46:13 miod Exp $ # $NetBSD: files.vax,v 1.60 1999/08/27 20:04:32 ragge Exp $ # # new style config file for vax architecture @@ -378,6 +378,7 @@ file arch/vax/vax/findcpu.c file arch/vax/vax/random.s file arch/vax/vax/rootfil.c file arch/vax/vax/autoconf.c +file arch/vax/vax/mutex.c file arch/vax/vax/in_cksum.c inet file arch/vax/vax/in4_cksum.c inet file arch/vax/vax/disksubr.c disk | tape |