From 1026b0a1a76dc88927bb8175c470f638dc5464ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sun, 12 Aug 2012 01:58:06 +0200 Subject: [PATCH] ppc: use 64 bit physical addressing * At least the 4xx cpu types use PAE-like 36 bit addressing, including for mapped peripherals. --- headers/config/HaikuConfig.h | 1 + 1 file changed, 1 insertion(+) diff --git a/headers/config/HaikuConfig.h b/headers/config/HaikuConfig.h index ca25ae720b..c1dea0dae2 100644 --- a/headers/config/HaikuConfig.h +++ b/headers/config/HaikuConfig.h @@ -36,6 +36,7 @@ # define __HAIKU_ARCH ppc # define __HAIKU_ARCH_ABI "ppc" # define __HAIKU_ARCH_PPC 1 +# define __HAIKU_ARCH_PHYSICAL_BITS 64 # define __HAIKU_BIG_ENDIAN 1 #elif __M68K__ # define __HAIKU_ARCH m68k