[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] Oops, fix parameter ordering for console PCDP



ChangeSet 1.1668.1.3, 2005/06/06 14:55:26-06:00, djm@xxxxxxxxxxxxxxx

        Oops, fix parameter ordering for console PCDP



 pcdp.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


diff -Nru a/xen/arch/ia64/pcdp.c b/xen/arch/ia64/pcdp.c
--- a/xen/arch/ia64/pcdp.c      2005-06-10 14:03:54 -04:00
+++ b/xen/arch/ia64/pcdp.c      2005-06-10 14:03:54 -04:00
@@ -26,9 +26,9 @@
 #ifdef XEN
        extern char opt_com1[1];
        if (opt_com1[0]) return 0;
-       sprintf(&opt_com1[0], "0x%lx,%lu,%dn1",
-               uart->addr.address, uart->baud,
-               uart->bits ? uart->bits : 8);
+       sprintf(&opt_com1[0], "%lu,%dn1,0x%lx,9",
+               uart->baud, uart->bits ? uart->bits : 8,
+               uart->addr.address);
        return 0;
 #else
 #ifdef CONFIG_SERIAL_8250_CONSOLE

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.