|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] [IA64] xencons command line parameter is
# HG changeset patch
# User awilliam@xxxxxxxxxxx
# Node ID c4af6e854010f2bd053236036e15f4067b99a418
# Parent 4834d1e8f26ef9eb85abb3c482b12303354d2c34
[IA64] xencons command line parameter is now an integer
'xencons' command line is now an integer, so that it can be disabled.
Signed-off-by: Tristan Gingold <tristan.gingold@xxxxxxxx>
---
xen/arch/ia64/xen/xensetup.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -r 4834d1e8f26e -r c4af6e854010 xen/arch/ia64/xen/xensetup.c
--- a/xen/arch/ia64/xen/xensetup.c Fri Jul 14 11:05:40 2006 -0600
+++ b/xen/arch/ia64/xen/xensetup.c Fri Jul 14 11:06:38 2006 -0600
@@ -66,7 +66,7 @@ integer_param("maxcpus", max_cpus);
Note: you have to disable 8250 serials in domains (to avoid use of the
same resource). */
static int opt_xencons = 1;
-boolean_param("xencons", opt_xencons);
+integer_param("xencons", opt_xencons);
/* Toggle to allow non-legacy xencons UARTs to run in polling mode */
static int opt_xencons_poll = 0;
_______________________________________________
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] xencons command line parameter is now an integer,
Xen patchbot-unstable <=
|
|
|
|
|