From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Schuster Subject: [PATCH] Correct APIC error message (was: XEN 4.0.1: BUG: IO-APIC + timer doesn't work!) Date: Fri, 10 Sep 2010 18:14:59 +0200 Message-ID: References: <4C8752360200007800014DCE@vpn.id2.novell.com> <20100909063352.GK2804@reaktio.net> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Pasi K=E4rkk=E4inen wrote: > Send a patch please :) Shouldn't have said that ;) I have no idea in what format you expect patches (inline vs. attached), s= o I=20 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=3Ddebug and sen= d a " - "report. Then try booting with the 'noapic' option"); + panic("IO-APIC + timer doesn't work! Boot with apic_verbosity=3Ddeb= ug " + "and send a report. Then try booting with the 'noapic' option= "); } =20 /* Regards, Markus