Magellan Linux

Contents of /trunk/kernel26-alx/patches-2.6.17-r5/0102-2.6.17.9-all-fixes.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 199 - (show annotations) (download)
Fri May 18 11:04:36 2007 UTC (16 years, 11 months ago) by niro
File size: 481 byte(s)
-import

1 diff --git a/arch/powerpc/kernel/cpu_setup_power4.S b/arch/powerpc/kernel/cpu_setup_power4.S
2 index b61d86e..55f367e 100644
3 --- a/arch/powerpc/kernel/cpu_setup_power4.S
4 +++ b/arch/powerpc/kernel/cpu_setup_power4.S
5 @@ -94,6 +94,8 @@ _GLOBAL(__setup_cpu_ppc970)
6 mfspr r0,SPRN_HID0
7 li r11,5 /* clear DOZE and SLEEP */
8 rldimi r0,r11,52,8 /* set NAP and DPM */
9 + li r11,0
10 + rldimi r0,r11,32,31 /* clear EN_ATTN */
11 mtspr SPRN_HID0,r0
12 mfspr r0,SPRN_HID0
13 mfspr r0,SPRN_HID0