[PATCH] ppc64: Fix runlatch code to work on pseries machines

Anton Blanchard anton at samba.org
Wed Jul 6 06:22:43 EST 2005


Hi,

> Forgive my ignorance, but why don't POWER4 and above have this
> feature, is is related to runlatch? 

Its a feature of PPC AS v2, so I added the define there:

@@ -148,7 +149,7 @@

 #define CPU_FTR_PPCAS_ARCH_V2_BASE (CPU_FTR_SLB | \
                                  CPU_FTR_TLBIEL | CPU_FTR_NOEXECUTE | \
-                                 CPU_FTR_NODSISRALIGN)
+                                 CPU_FTR_NODSISRALIGN | CPU_FTR_CTRL)

Anton



More information about the Linuxppc64-dev mailing list