projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df7e70a
)
[POWERPC] pasemi: Enable one more hid bit
author
Olof Johansson
<olof@lixom.net>
Mon, 16 Apr 2007 06:27:45 +0000
(16:27 +1000)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/arch/powerpc/kernel/cpu_setup_pa6t.S
b/arch/powerpc/kernel/cpu_setup_pa6t.S
index 4047be25c4d2e9a4a00639dc12c05dca3362c543..d62cb9cae4e9dcfe5d2834c7b70ea5ad7fe5ee16 100644
(file)
--- 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,0x3
0
+ ori r0,r0,0x3
8
mtspr SPRN_HID5,r0
mfspr r0,SPRN_LPCR