linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Jake Moilanen <moilanen@austin.ibm.com>
To: Paul Mackerras <paulus@samba.org>
Cc: linux-ppc <linuxppc-dev@ozlabs.org>
Subject: [PATCH] client-architecture termination
Date: Wed, 08 Nov 2006 14:12:28 -0600	[thread overview]
Message-ID: <1163016748.9913.273.camel@goblue> (raw)

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 */

             reply	other threads:[~2006-11-08 20:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-08 20:12 Jake Moilanen [this message]
2006-11-08 22:08 ` [PATCH] client-architecture termination Paul Mackerras

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1163016748.9913.273.camel@goblue \
    --to=moilanen@austin.ibm.com \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=paulus@samba.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).