|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] Correct APIC error message (was: XEN 4.0.1: BUG: IO-
Pasi Kärkkäinen wrote:
> Send a patch please :)
Shouldn't have said that ;)
I have no idea in what format you expect patches (inline vs. attached), so I
used hg diff to create this baby.
--- a/xen/arch/x86/io_apic.c Thu Sep 09 17:59:33 2010 +0100
+++ b/xen/arch/x86/io_apic.c Fri Sep 10 15:52:27 2010 +0000
@@ -2030,8 +2030,8 @@
return;
}
printk(" failed :(.\n");
- panic("IO-APIC + timer doesn't work! Boot with apic=debug and send a "
- "report. Then try booting with the 'noapic' option");
+ panic("IO-APIC + timer doesn't work! Boot with apic_verbosity=debug "
+ "and send a report. Then try booting with the 'noapic' option");
}
/*
Regards,
Markus
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|