aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/cpu_setup_pa6t.S
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2007-04-16 16:27:45 +1000
committerPaul Mackerras <paulus@samba.org>2007-04-24 21:31:49 +1000
commit62357d821550e253b53a6106e3e5dc946647fec4 (patch)
tree9c18526b7ae985a3f93af1d53c454a65b0ae4c7b /arch/powerpc/kernel/cpu_setup_pa6t.S
parent[POWERPC] pasemi: Allow 8KB config space for I/O bridge (diff)
downloadlinux-dev-62357d821550e253b53a6106e3e5dc946647fec4.tar.xz
linux-dev-62357d821550e253b53a6106e3e5dc946647fec4.zip
[POWERPC] pasemi: Enable one more hid bit
Minor HID change. Firmware can't know that we want this set so we have to set it in the kernel. Signed-off-by: Olof Johansson <olof@lixom.net> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kernel/cpu_setup_pa6t.S')
-rw-r--r--arch/powerpc/kernel/cpu_setup_pa6t.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/cpu_setup_pa6t.S b/arch/powerpc/kernel/cpu_setup_pa6t.S
index 4047be25c4d2..d62cb9cae4e9 100644
--- a/arch/powerpc/kernel/cpu_setup_pa6t.S
+++ b/arch/powerpc/kernel/cpu_setup_pa6t.S
@@ -34,7 +34,7 @@ _GLOBAL(__setup_cpu_pa6t)
beqlr
mfspr r0,SPRN_HID5
- ori r0,r0,0x30
+ ori r0,r0,0x38
mtspr SPRN_HID5,r0
mfspr r0,SPRN_LPCR