]> git.hungrycats.org Git - linux/commitdiff
[PATCH] ppc32: Fix MPC82xx thinko
authorAndrew Morton <akpm@osdl.org>
Mon, 16 Feb 2004 09:48:59 +0000 (01:48 -0800)
committerLinus Torvalds <torvalds@home.osdl.org>
Mon, 16 Feb 2004 09:48:59 +0000 (01:48 -0800)
From: Tom Rini <trini@kernel.crashing.org>

Replace MSR_, which is gone now, with the value it used to be.  Required to
get the MPC82xx platforms compiling again.

arch/ppc/kernel/head.S

index 27ab72b2167b07221db91b80759f9c97c5d83454..cbba10b913a229e93817730b71a39c7b212f2347 100644 (file)
@@ -1657,7 +1657,7 @@ m8260_gorom:
        andc    r11, r11, r10
        mtspr   HID0, r11
        isync
-       li      r5, MSR_
+       li      r5, MSR_ME|MSR_RI
        lis     r6,2f@h
        addis   r6,r6,-KERNELBASE@h
        ori     r6,r6,2f@l