diff options
Diffstat (limited to 'arch/powerpc/kernel/head_44x.S')
-rw-r--r-- | arch/powerpc/kernel/head_44x.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/head_44x.S b/arch/powerpc/kernel/head_44x.S index 1acd175428c4..5ab484ef06a7 100644 --- a/arch/powerpc/kernel/head_44x.S +++ b/arch/powerpc/kernel/head_44x.S | |||
@@ -715,6 +715,8 @@ _GLOBAL(init_cpu_state) | |||
715 | srwi r3,r3,16 | 715 | srwi r3,r3,16 |
716 | cmplwi cr0,r3,PVR_476@h | 716 | cmplwi cr0,r3,PVR_476@h |
717 | beq head_start_47x | 717 | beq head_start_47x |
718 | cmplwi cr0,r3,PVR_476_ISS@h | ||
719 | beq head_start_47x | ||
718 | #endif /* CONFIG_PPC_47x */ | 720 | #endif /* CONFIG_PPC_47x */ |
719 | 721 | ||
720 | /* | 722 | /* |