[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[XenPPC] Work Around: Was: continuous reprogram_timer[00] messages



we can get around the calibrate_delay() issue by defining "lpj=" in a kernel parameter.

If I let systemsim complete and capture the result lpj is 0x1310000, si I'll use that but a better value may come later.
The following diff on xen.tcl will let you blow passed that.
-JX
---
Index: xen.tcl
===================================================================
RCS file: /nas/cvs/mambo/run/gpul/xen/xen.tcl,v
retrieving revision 1.3
diff -u -r1.3 xen.tcl
--- xen.tcl     3 Nov 2005 19:00:40 -0000       1.3
+++ xen.tcl     31 Mar 2006 16:02:59 -0000
@@ -18,10 +18,12 @@
myconf config kdebug_real    0x2042000
myconf config kdebug_size    0x4000000
-set bootargs "xen console=com1 -- init=/bin/bash iommu=off"
+set bootargs "xen console=com1 -- init=/bin/bash iommu=off lpj=0x1310000"


_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.