|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] [IA64] print command line of xen
# HG changeset patch
# User awilliam@xxxxxxxxxxx
# Node ID 8c4c5e1bf58a0440441df522accae24cf4d52795
# Parent 26ba157bef06db5d40af2a17b719c6b1df8759ed
[IA64] print command line of xen
Signed-off-by: Akio Takebe <takebe_akio@xxxxxxxxxxxxxx>
---
xen/arch/ia64/xen/xensetup.c | 1 +
1 files changed, 1 insertion(+)
diff -r 26ba157bef06 -r 8c4c5e1bf58a xen/arch/ia64/xen/xensetup.c
--- a/xen/arch/ia64/xen/xensetup.c Mon Aug 28 13:30:04 2006 -0600
+++ b/xen/arch/ia64/xen/xensetup.c Mon Aug 28 13:31:35 2006 -0600
@@ -287,6 +287,7 @@ void start_kernel(void)
ia64_boot_param->initrd_size = 0;
}
+ printk("Xen command line: %s\n", saved_command_line);
/* xenheap should be in same TR-covered range with xen image */
xenheap_phys_end = xen_pstart + xenheap_size;
printk("xen image pstart: 0x%lx, xenheap pend: 0x%lx\n",
_______________________________________________
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] [IA64] print command line of xen,
Xen patchbot-unstable <=
|
|
|
|
|