[RFC:PATCH 04/06] powerpc: Define CPU_FTR_SAO

Dave Kleikamp shaggy at linux.vnet.ibm.com
Wed Jun 11 08:01:18 EST 2008


powerpc: Define CPU_FTR_SAO

This is just a placeholder to make the patchset compilable.

Signed-off-by: Dave Kleikamp <shaggy at linux.vnet.ibm.com>
---

 include/asm-powerpc/cputable.h |    1 +
 1 file changed, 1 insertion(+)

diff -Nurp linux003/include/asm-powerpc/cputable.h linux004/include/asm-powerpc/cputable.h
--- linux003/include/asm-powerpc/cputable.h	2008-04-16 21:49:44.000000000 -0500
+++ linux004/include/asm-powerpc/cputable.h	2008-06-10 16:48:59.000000000 -0500
@@ -180,6 +180,7 @@ extern void do_feature_fixups(unsigned l
 #define CPU_FTR_DSCR			LONG_ASM_CONST(0x0002000000000000)
 #define CPU_FTR_1T_SEGMENT		LONG_ASM_CONST(0x0004000000000000)
 #define CPU_FTR_NO_SLBIE_B		LONG_ASM_CONST(0x0008000000000000)
+#define CPU_FTR_SAO			LONG_ASM_CONST(0x0010000000000000)
 
 #ifndef __ASSEMBLY__
 



More information about the Linuxppc-dev mailing list