aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/head_44x.S
diff options
context:
space:
mode:
authorGravatar Torez Smith <lnxtorez@linux.vnet.ibm.com> 2010-03-05 10:45:54 +0000
committerGravatar Josh Boyer <jwboyer@linux.vnet.ibm.com> 2010-05-05 11:11:56 -0400
commitb4e8c8dd8456c1d3685fb5b715c9795d250f500e (patch)
tree4042cebcab41b58e12a013022a4b595bcd4c9377 /arch/powerpc/kernel/head_44x.S
parentpowerpc/476: Add isync after loading mmu and debug spr's (diff)
downloadlinux-b4e8c8dd8456c1d3685fb5b715c9795d250f500e.tar.gz
linux-b4e8c8dd8456c1d3685fb5b715c9795d250f500e.tar.bz2
linux-b4e8c8dd8456c1d3685fb5b715c9795d250f500e.zip
powerpc/4xx: Simple platform for the ISS 4xx simulator
This is a trivial 4xx plaform that uses the new simple bsp from Josh and is handy to use in simulators such as ISS or even Mambo who don't properly implement most of the actual devices in the SoC but really only the core. Signed-off-by: Torez Smith <lnxtorez@linux.vnet.ibm.com> Signed-off-by: Dave Kleikamp <shaggy@linux.vnet.ibm.com> Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/kernel/head_44x.S')
-rw-r--r--arch/powerpc/kernel/head_44x.S2
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)
srwi r3,r3,16
cmplwi cr0,r3,PVR_476@h
beq head_start_47x
+ cmplwi cr0,r3,PVR_476_ISS@h
+ beq head_start_47x
#endif /* CONFIG_PPC_47x */
/*