[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>
This commit is contained in:
parent
df7e70a2b0
commit
62357d8215
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue