Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=62357d821550e253b53a6106e3e5dc946647fec4
Commit:     62357d821550e253b53a6106e3e5dc946647fec4
Parent:     df7e70a2b0899845bb9a53548beeed05b9947705
Author:     Olof Johansson <[EMAIL PROTECTED]>
AuthorDate: Mon Apr 16 16:27:45 2007 +1000
Committer:  Paul Mackerras <[EMAIL PROTECTED]>
CommitDate: Tue Apr 24 21:31:49 2007 +1000

    [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 <[EMAIL PROTECTED]>
    Signed-off-by: Paul Mackerras <[EMAIL PROTECTED]>
---
 arch/powerpc/kernel/cpu_setup_pa6t.S |    2 +-
 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 4047be2..d62cb9c 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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to