Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/conf Switch the amiga to the common m68k/m68k...



details:   https://anonhg.NetBSD.org/src/rev/f0ac7638d254
branches:  trunk
changeset: 747410:f0ac7638d254
user:      mhitch <mhitch%NetBSD.org@localhost>
date:      Mon Sep 14 02:23:05 2009 +0000

description:
Switch the amiga to the common m68k/m68k/pmap_motorola.c (Finally!!).

diffstat:

 sys/arch/amiga/conf/files.amiga |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 7125db07cfe1 -r f0ac7638d254 sys/arch/amiga/conf/files.amiga
--- a/sys/arch/amiga/conf/files.amiga   Mon Sep 14 02:19:15 2009 +0000
+++ b/sys/arch/amiga/conf/files.amiga   Mon Sep 14 02:23:05 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.amiga,v 1.140 2008/02/20 21:43:33 drochner Exp $
+#      $NetBSD: files.amiga,v 1.141 2009/09/14 02:23:05 mhitch Exp $
 
 # maxpartitions must be first item in files.${ARCH}.newconf
 maxpartitions 16                       # NOTE THAT AMIGA IS SPECIAL!
@@ -435,14 +435,14 @@
 file   arch/amiga/amiga/dkbad.c
 file   arch/amiga/amiga/machdep.c
 file   arch/amiga/amiga/mem.c
-file   arch/amiga/amiga/pmap.c
+#file  arch/amiga/amiga/pmap.c
 file   arch/amiga/amiga/pmap_bootstrap.c
 file   arch/amiga/amiga/trap.c
 file   arch/amiga/amiga/cc.c
 file   dev/md_root.c                   memory_disk_hooks
 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/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