diff options
Diffstat (limited to 'sys/arch/mac68k')
-rw-r--r-- | sys/arch/mac68k/include/cpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/include/cpu.h b/sys/arch/mac68k/include/cpu.h index 795d72f13a3..96f860eb50e 100644 --- a/sys/arch/mac68k/include/cpu.h +++ b/sys/arch/mac68k/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.39 2006/06/24 13:24:20 miod Exp $ */ +/* $OpenBSD: cpu.h,v 1.40 2006/06/30 15:13:18 miod Exp $ */ /* $NetBSD: cpu.h,v 1.45 1997/02/10 22:13:40 scottr Exp $ */ /* @@ -262,7 +262,7 @@ extern struct mac68k_machine_S mac68k_machine; extern unsigned long load_addr; #endif /* _KERNEL */ -#define IIOMAPSIZE btoc(0x00100000) /* 1MB should be enough */ +#define IIOMAPSIZE (0x040000 / PAGE_SIZE) /* XXX -- Need to do something about superspace. * Technically, NuBus superspace starts at 0x60000000, but no |