Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1182554
| From | Geert Uytterhoeven <geert@linux-m68k.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 3/3] IRQ: Print "unexpected IRQ" messages consistently across architectures |
| Date | 2015-07-13 09:20 +0200 |
| Message-ID | <pLGbV-278-43@gated-at.bofh.it> (permalink) |
| References | <pLxBD-5nE-7@gated-at.bofh.it> <pLxBE-5nE-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, Jul 13, 2015 at 12:02 AM, Bjorn Helgaas <bhelgaas@google.com> wrote:
> Many architectures use a variant of "unexpected IRQ trap at vector %x" to
> log unexpected IRQs. This is confusing because (a) it prints the Linux IRQ
> number, but "vector" more often refers to a CPU vector number, and (b) it
> prints the IRQ number in hex with no base indication, while Linux IRQ
> numbers are usually printed in decimal.
>
> Print the same text ("unexpected IRQ %d") across all architectures.
>
> No functional change other than the output text.
>
> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
> ---
Thanks!
> arch/m68k/include/asm/hardirq.h | 2 +-
For m68k:
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
And it looks like m68k can switch to the asm-generic version afterwards...
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 3/3] IRQ: Print "unexpected IRQ" messages consistently across architectures Bjorn Helgaas <bhelgaas@google.com> - 2015-07-13 00:10 +0200 Re: [PATCH 3/3] IRQ: Print "unexpected IRQ" messages consistently across architectures Geert Uytterhoeven <geert@linux-m68k.org> - 2015-07-13 09:20 +0200
csiph-web