[XenPPC] [linux-ppc-2.6] [LINUX][XEN][POWERPC] remove xen_idle()

2006-10-17 Thread Xen patchbot-linux-ppc-2 . 6
# HG changeset patch # User Jimi Xenidis [EMAIL PROTECTED] # Node ID ad4044d0582162bf98e21bbe6a9c5c3d400e659f # Parent 933b1d114a89abe409b50b948c39d3b28dd3e02f [LINUX][XEN][POWERPC] remove xen_idle() It is dead code now Signed-off-by: Jimi Xenidis [EMAIL PROTECTED] ---

[XenPPC] [linux-ppc-2.6] [LINUX][XEN][POWERPC] remove mpic pointer hack.

2006-10-17 Thread Xen patchbot-linux-ppc-2 . 6
# HG changeset patch # User Jimi Xenidis [EMAIL PROTECTED] # Node ID 968ced1469e8cbf36d00f437ac084bf064f6df00 # Parent ad4044d0582162bf98e21bbe6a9c5c3d400e659f [LINUX][XEN][POWERPC] remove mpic pointer hack. Since we now allocate the mpic in this file we can get it here rather than use the hack

Re: [XenPPC] Xen boot error: known issue?

2006-10-17 Thread Jimi Xenidis
On Oct 17, 2006, at 5:27 PM, David M Daly wrote: Hi, Wanted to let you know that we are trying some things out under Xen now with our CSO environment. A few times when we've booted the system we've seen a Xen error message to the effect of too many spurious interrupts, this is a known

[XenPPC] [PATCH] Fix build breakage in powerpc64/xc_linux_build.c

2006-10-17 Thread Tony Breeds
The patch [SOLARIS] Don't build ptrace code on Solaris. from xen-unstable now causes siginfo.h to be included which #defines si_addr to _sifields._sigfault.si_addr. and breaks the build of powerpc64/xc_linux_build.c. This patch renames si_addr - start_info_addr si - start_info (for