diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-07-25 11:06:44 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-07-25 11:06:44 +0000 |
commit | d4bceaa4d7d93b364ef30c9c117df9197fcc4bb6 (patch) | |
tree | a7a13cd15e9acdbfb3baa67dab58ef7d23ab29d5 /sys/arch/mvme88k/conf/files.mvme88k | |
parent | d4e97b14c8f6656f5818c7e6e2dc51b3dea47e0f (diff) |
Merge luna88k and mvme88k pmap. The pmap will now assume that the memory
below the kernel text is reserved for the PROM, instead of using fixed
(but different) values between luna88k and mvme88k.
Tested on mvme88k by myself, on luna88k by aoyama@
Diffstat (limited to 'sys/arch/mvme88k/conf/files.mvme88k')
-rw-r--r-- | sys/arch/mvme88k/conf/files.mvme88k | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/conf/files.mvme88k b/sys/arch/mvme88k/conf/files.mvme88k index 8ff131f0786..c0a48317c71 100644 --- a/sys/arch/mvme88k/conf/files.mvme88k +++ b/sys/arch/mvme88k/conf/files.mvme88k @@ -1,4 +1,4 @@ -# $OpenBSD: files.mvme88k,v 1.31 2004/07/23 15:34:03 miod Exp $ +# $OpenBSD: files.mvme88k,v 1.32 2004/07/25 11:06:42 miod Exp $ # maxpartitions 16 @@ -85,7 +85,7 @@ file arch/mvme88k/mvme88k/eh.S file arch/mvme88k/mvme88k/locore_c_routines.c file arch/mvme88k/mvme88k/machdep.c file arch/mvme88k/mvme88k/mem.c -file arch/mvme88k/mvme88k/pmap.c +file arch/mvme88k/mvme88k/pmap_bootstrap.c file arch/mvme88k/mvme88k/pmap_table.c file arch/mvme88k/ddb/db_interface.c ddb file arch/mvme88k/dev/bugio.c |