|
|
|
|
|
|
|
|
|
|
xen-ppc-devel
[XenPPC] [xenppc-unstable] [XEN][POWERPC] Disable DPM until code is audi
# HG changeset patch
# User Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
# Node ID 4f4b8cbcf3bf22ce2d0ff2b2e6589a054a1840fa
# Parent 927f25df51542261c05c31dad5505f6c16315af4
[XEN][POWERPC] Disable DPM until code is audited
Do not set the NAP and DPM bits in HID0 until we have had a chance to
audit the safe halt and idle loop code. Not setting these bits allows
the model 884241X JS20 blade in TRL to boot correctly, and possibly also
the Maple in YKT. Thanks to Jimi for his help in this matter.
Signed-off-by: Amos Waterland <apw@xxxxxxxxxx>
Ack on the Maple. SMP is now "completely" stable on it.
Way to go Amos.
Signed-off-by: Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
---
xen/arch/powerpc/powerpc64/ppc970.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff -r 927f25df5154 -r 4f4b8cbcf3bf xen/arch/powerpc/powerpc64/ppc970.c
--- a/xen/arch/powerpc/powerpc64/ppc970.c Thu Nov 30 16:21:22 2006 -0500
+++ b/xen/arch/powerpc/powerpc64/ppc970.c Fri Dec 01 16:55:19 2006 -0500
@@ -193,8 +193,8 @@ void cpu_initialize(int cpuid)
mtdec(timebase_freq);
mthdec(timebase_freq);
- hid0.bits.nap = 1; /* NAP */
- hid0.bits.dpm = 1; /* Dynamic Power Management */
+ hid0.bits.nap = 0; /* NAP */
+ hid0.bits.dpm = 0; /* Dynamic Power Management */
hid0.bits.nhr = 1; /* Not Hard Reset */
hid0.bits.hdice_en = 1; /* enable HDEC */
hid0.bits.en_therm = 0; /* ! Enable ext thermal ints */
_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [XenPPC] [xenppc-unstable] [XEN][POWERPC] Disable DPM until code is audited,
Xen patchbot-xenppc-unstable <=
|
|
|
|
|