aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2006-11-29 22:31:47 +1100
committerPaul Mackerras <paulus@samba.org>2006-12-04 20:41:53 +1100
commit0efbc18a753f7d6dbe832e014bc80e2b4c12bece (patch)
tree90ef95403cc63223e9c714938c7f1eae1346dc18 /arch/powerpc
parent[POWERPC] Clean images in arch/powerpc/boot (diff)
downloadlinux-dev-0efbc18a753f7d6dbe832e014bc80e2b4c12bece.tar.xz
linux-dev-0efbc18a753f7d6dbe832e014bc80e2b4c12bece.zip
[POWERPC] Tell firmware we can handle POWER6 compatible mode
This adds the "logical" PVR value used by POWER6 in "compatible" mode to the list of PVR values that the kernel tells firmware it is able to handle. Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/kernel/prom_init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/prom_init.c b/arch/powerpc/kernel/prom_init.c
index 396109a537cd..46cf32670ddb 100644
--- a/arch/powerpc/kernel/prom_init.c
+++ b/arch/powerpc/kernel/prom_init.c
@@ -643,6 +643,7 @@ static void __init early_cmdline_parse(void)
static unsigned char ibm_architecture_vec[] = {
W(0xfffe0000), W(0x003a0000), /* POWER5/POWER5+ */
W(0xffff0000), W(0x003e0000), /* POWER6 */
+ W(0xffffffff), W(0x0f000002), /* all 2.05-compliant */
W(0xfffffffe), W(0x0f000001), /* all 2.04-compliant and earlier */
5 - 1, /* 5 option vectors */