[POWERPC] pasemi: Enable one more hid bit
authorOlof Johansson <olof@lixom.net>
Mon, 16 Apr 2007 06:27:45 +0000 (16:27 +1000)
committerPaul Mackerras <paulus@samba.org>
Tue, 24 Apr 2007 11:31:49 +0000 (21:31 +1000)
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>
arch/powerpc/kernel/cpu_setup_pa6t.S

index 4047be2..d62cb9c 100644 (file)
@@ -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