|
@@ -230,8 +230,8 @@ static void cpu_ready_for_interrupts(void)
|
|
|
* If we are not in hypervisor mode the job is done once for
|
|
|
* the whole partition in configure_exceptions().
|
|
|
*/
|
|
|
- if (early_cpu_has_feature(CPU_FTR_HVMODE) &&
|
|
|
- early_cpu_has_feature(CPU_FTR_ARCH_207S)) {
|
|
|
+ if (cpu_has_feature(CPU_FTR_HVMODE) &&
|
|
|
+ cpu_has_feature(CPU_FTR_ARCH_207S)) {
|
|
|
unsigned long lpcr = mfspr(SPRN_LPCR);
|
|
|
mtspr(SPRN_LPCR, lpcr | LPCR_AIL_3);
|
|
|
}
|