Switch the atari port to the common m68k/m68k/pmap_motorola.c, at last.
This commit is contained in:
parent
570ca15b16
commit
437ae37c1d
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.atari,v 1.73 2009/01/25 22:25:08 abs Exp $
|
||||
# $NetBSD: Makefile.atari,v 1.74 2009/10/19 13:40:28 tsutsui Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
|
@ -68,7 +68,7 @@ LINKFORMAT= -n
|
|||
##
|
||||
|
||||
# depend on CPU configuration
|
||||
locore.o pmap.o sys_machdep.o: Makefile
|
||||
locore.o pmap.o pmap_motorola.o sys_machdep.o: Makefile
|
||||
|
||||
##
|
||||
## (7) misc settings
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $NetBSD: files.atari,v 1.113 2009/01/01 04:10:25 tsutsui Exp $
|
||||
# $NetBSD: files.atari,v 1.114 2009/10/19 13:40:28 tsutsui Exp $
|
||||
|
||||
maxpartitions 16
|
||||
|
||||
|
@ -202,7 +202,7 @@ file arch/atari/atari/le_bus.c pci | isa
|
|||
file arch/atari/atari/machdep.c
|
||||
file arch/atari/atari/mainbus.c
|
||||
file arch/atari/atari/mem.c
|
||||
file arch/atari/atari/pmap.c
|
||||
#file arch/atari/atari/pmap.c
|
||||
file arch/atari/atari/pmap_bootstrap.c
|
||||
file arch/atari/atari/trap.c
|
||||
file arch/atari/atari/stalloc.c
|
||||
|
@ -211,7 +211,7 @@ file arch/atari/dev/ym2149.c _atarihw_
|
|||
file arch/atari/atari/intr.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/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
|
||||
|
|
Loading…
Reference in New Issue