* [PATCH] client-architecture termination
@ 2006-11-08 20:12 Jake Moilanen
2006-11-08 22:08 ` Paul Mackerras
0 siblings, 1 reply; 2+ messages in thread
From: Jake Moilanen @ 2006-11-08 20:12 UTC (permalink / raw)
To: Paul Mackerras; +Cc: linux-ppc
Firmware is crashing during CAS parsing. It appears that a portion of
Will's patch got dropped.
http://patchwork.ozlabs.org/linuxppc/patch?id=6768
Signed-off-by: Jake Moilanen <moilanen@austin.ibm.com>
arch/powerpc/kernel/prom_init.c | 1 +
1 files changed, 1 insertion(+)
Index: 2.6/arch/powerpc/kernel/prom_init.c
===================================================================
--- 2.6.orig/arch/powerpc/kernel/prom_init.c
+++ 2.6/arch/powerpc/kernel/prom_init.c
@@ -649,6 +649,7 @@ static unsigned char ibm_architecture_ve
W(0xfffe0000), W(0x003a0000), /* POWER5/POWER5+ */
W(0xffff0000), W(0x003e0000), /* POWER6 */
W(0xfffffffe), W(0x0f000001), /* all 2.04-compliant and earlier */
+ W(0x00000000), W(0xffffffff), /* Terminator-list-entry */
5 - 1, /* 5 option vectors */
/* option vector 1: processor architectures supported */
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] client-architecture termination
2006-11-08 20:12 [PATCH] client-architecture termination Jake Moilanen
@ 2006-11-08 22:08 ` Paul Mackerras
0 siblings, 0 replies; 2+ messages in thread
From: Paul Mackerras @ 2006-11-08 22:08 UTC (permalink / raw)
To: Jake Moilanen; +Cc: linux-ppc
Jake Moilanen writes:
> Firmware is crashing during CAS parsing. It appears that a portion of
> Will's patch got dropped.
Indeed it got dropped, because it would make the contents of our
ibm_architecture_vec incorrect according to PAPR. The platform
architects confirmed some time ago that what we have is correct, and
the bug is in firmware - and this was communicated to the firmware
developers.
This came up a while ago; I'm surprised that firmware hasn't fixed
their bug yet. What firmware level are you seeing this problem with?
Paul.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-11-08 22:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-08 20:12 [PATCH] client-architecture termination Jake Moilanen
2006-11-08 22:08 ` Paul Mackerras
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).