Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k/conf Refer to the common m68k procfs_machdep.c...



details:   https://anonhg.NetBSD.org/src/rev/dfd86a5ab31f
branches:  trunk
changeset: 571312:dfd86a5ab31f
user:      he <he%NetBSD.org@localhost>
date:      Wed Nov 17 09:01:38 2004 +0000

description:
Refer to the common m68k procfs_machdep.c instead of the x68k one,
which has now been removed.

diffstat:

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

diffs (24 lines):

diff -r 04dc46874fbb -r dfd86a5ab31f sys/arch/x68k/conf/files.x68k
--- a/sys/arch/x68k/conf/files.x68k     Wed Nov 17 03:20:53 2004 +0000
+++ b/sys/arch/x68k/conf/files.x68k     Wed Nov 17 09:01:38 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.x68k,v 1.58 2004/08/01 14:32:48 isaki Exp $
+#      $NetBSD: files.x68k,v 1.59 2004/11/17 09:01:38 he Exp $
 #
 # new style config file for x68k architecture
 #
@@ -32,13 +32,13 @@
 file   arch/x68k/x68k/machdep.c
 file   arch/x68k/x68k/mem.c
 file   arch/x68k/x68k/pmap_bootstrap.c compile-with "${NOPROF_C}"
-file   arch/x68k/x68k/procfs_machdep.c procfs
 file   arch/x68k/x68k/trap.c
 file   arch/x68k/x68k/fpu.c
 file   arch/x68k/x68k/bus.c
 file   arch/m68k/m68k/cacheops.c
 file   arch/m68k/m68k/db_memrw.c       ddb
 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