Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mac68k/conf use the common procfs_machdep.c



details:   https://anonhg.NetBSD.org/src/rev/18d190637a45
branches:  trunk
changeset: 571235:18d190637a45
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Nov 14 18:59:50 2004 +0000

description:
use the common procfs_machdep.c

diffstat:

 sys/arch/mac68k/conf/files.mac68k |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 604308a09eb0 -r 18d190637a45 sys/arch/mac68k/conf/files.mac68k
--- a/sys/arch/mac68k/conf/files.mac68k Sun Nov 14 18:58:22 2004 +0000
+++ b/sys/arch/mac68k/conf/files.mac68k Sun Nov 14 18:59:50 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.mac68k,v 1.112 2002/11/05 07:41:26 chs Exp $
+#      $NetBSD: files.mac68k,v 1.113 2004/11/14 18:59:50 christos Exp $
 
 # mac68k-specific configuration info
 
@@ -171,7 +171,6 @@
 file   arch/mac68k/mac68k/pmap_bootstrap.c     compile-with "${NOPROF_C}"
 file   arch/mac68k/mac68k/pram.c
 file   arch/mac68k/mac68k/pramasm.s
-file   arch/mac68k/mac68k/procfs_machdep.c     procfs
 file   arch/mac68k/mac68k/psc.c
 file   arch/mac68k/mac68k/trap.c
 file   arch/mac68k/mac68k/via.c
@@ -180,6 +179,7 @@
 file   arch/m68k/m68k/db_memrw.c               ddb | kgdb
 file   arch/m68k/m68k/kgdb_machdep.c           kgdb
 file   arch/m68k/m68k/pmap_motorola.c
+file   arch/m68k/m68k/procfs_machdep.c         procfs
 file   arch/m68k/m68k/sys_machdep.c
 file   arch/m68k/m68k/vm_machdep.c
 



Home | Main Index | Thread Index | Old Index