[haiku-commits] haiku: hrev44540 - headers/config

  • From: revol@xxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 15 Aug 2012 20:04:53 +0200 (CEST)

hrev44540 adds 1 changeset to branch 'master'
old head: 86e47974c098c3722be1d5adcb8c6f67cb36f58d
new head: 1026b0a1a76dc88927bb8175c470f638dc5464ee

----------------------------------------------------------------------------

1026b0a: ppc: use 64 bit physical addressing
  
  * At least the 4xx cpu types use PAE-like 36 bit addressing, including for 
mapped peripherals.

                                          [ François Revol <revol@xxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev44540
Commit:      1026b0a1a76dc88927bb8175c470f638dc5464ee
URL:         http://cgit.haiku-os.org/haiku/commit/?id=1026b0a
Author:      François Revol <revol@xxxxxxx>
Date:        Sat Aug 11 23:58:06 2012 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+)
headers/config/HaikuConfig.h |    1 +

----------------------------------------------------------------------------

diff --git a/headers/config/HaikuConfig.h b/headers/config/HaikuConfig.h
index ca25ae7..c1dea0d 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


Other related posts:

  • » [haiku-commits] haiku: hrev44540 - headers/config - revol