All of lore.kernel.org
 help / color / mirror / Atom feed
From: Markus Schuster <ml@markus.schuster.name>
To: xen-devel@lists.xensource.com
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	[thread overview]
Message-ID: <i6dlhl$jt0$1@dough.gmane.org> (raw)
In-Reply-To: 20100909063352.GK2804@reaktio.net

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

  reply	other threads:[~2010-09-10 16:14 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-07 20:17 XEN 4.0.1: BUG: IO-APIC + timer doesn't work! Markus Schuster
2010-09-08  7:07 ` Jan Beulich
2010-09-09  0:00   ` Markus Schuster
2010-09-09  6:33     ` Pasi Kärkkäinen
2010-09-10 16:14       ` Markus Schuster [this message]
2010-09-14  8:31     ` Jan Beulich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='i6dlhl$jt0$1@dough.gmane.org' \
    --to=ml@markus.schuster.name \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.