[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [XenPPC] [xenppc-unstable] [POWERPC] fixed bad swap of console and stoe event channels
# HG changeset patch # User Jimi Xenidis <jimix@xxxxxxxxxxxxxx> # Node ID f46a34f4dea16dc107404aec8fbabc007506fe65 # Parent 5ecfc7102ccae3252062f685c12e249bbd272fdb [POWERPC] fixed bad swap of console and stoe event channels Nothing to say except "Sorry!" :( Signed-off-by: Jimi Xenidis <jimix@xxxxxxxxxxxxxx> --- tools/libxc/xc_ppc_linux_build.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r 5ecfc7102cca -r f46a34f4dea1 tools/libxc/xc_ppc_linux_build.c --- a/tools/libxc/xc_ppc_linux_build.c Tue Aug 01 16:51:03 2006 -0400 +++ b/tools/libxc/xc_ppc_linux_build.c Fri Aug 04 17:25:29 2006 -0400 @@ -394,7 +394,7 @@ int xc_linux_build(int xc_handle, dtb_addr = 0; } - si_addr = create_start_info(&si, store_evtchn, console_evtchn); + si_addr = create_start_info(&si, console_evtchn, store_evtchn); *console_mfn = page_array[si.console_mfn]; *store_mfn = page_array[si.store_mfn]; _______________________________________________ Xen-ppc-devel mailing list Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-ppc-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |