From 0e58b18eb536803ef9ff89d7af5ff5ca98d672f4 Mon Sep 17 00:00:00 2001 From: mhitch Date: Sat, 9 Jun 2007 16:31:08 +0000 Subject: [PATCH] Add amiga/amiga/pmap_bootstrap.c. Amiga can now use either the amiga pmap.c or the m68k common pmap_motorola.c. Add comment-out entry for m68k/m68k/pmap_motorola.c. Currently still uses amiga pmap, but switching to m68k common pmap_motorola is done easily for testing. --- sys/arch/amiga/conf/files.amiga | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/arch/amiga/conf/files.amiga b/sys/arch/amiga/conf/files.amiga index fe3b00b92003..7421e53bad5a 100644 --- a/sys/arch/amiga/conf/files.amiga +++ b/sys/arch/amiga/conf/files.amiga @@ -1,4 +1,4 @@ -# $NetBSD: files.amiga,v 1.136 2005/12/11 12:16:26 christos Exp $ +# $NetBSD: files.amiga,v 1.137 2007/06/09 16:31:08 mhitch Exp $ # maxpartitions must be first item in files.${ARCH}.newconf maxpartitions 16 # NOTE THAT AMIGA IS SPECIAL! @@ -439,11 +439,13 @@ 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_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/procfs_machdep.c procfs file arch/m68k/m68k/sys_machdep.c file arch/m68k/m68k/vm_machdep.c