|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] [POWERPC] fixed bad swap of console and s
# HG changeset patch
# User Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
# Node ID ecd673684ec8aaccc9bfedf4ef1784730619892c
# Parent 9d5d7d8b71250cb1449e46e60043d8bd3a78182b
[POWERPC] fixed bad swap of console and store event channels
Nothing to say except "Sorry!" :(
Signed-off-by: Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
Signed-off-by: Hollis Blanchard <hollisb@xxxxxxxxxx>
---
tools/libxc/xc_ppc_linux_build.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -r 9d5d7d8b7125 -r ecd673684ec8 tools/libxc/xc_ppc_linux_build.c
--- a/tools/libxc/xc_ppc_linux_build.c Tue Aug 01 16:42:48 2006 -0400
+++ b/tools/libxc/xc_ppc_linux_build.c Fri Aug 04 17:25:29 2006 -0400
@@ -388,7 +388,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-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] [POWERPC] fixed bad swap of console and store event channels,
Xen patchbot-unstable <=
|
|
|
|
|