linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] x86/irq: slightly improve handle_irq
@ 2019-08-04  8:18 Heiner Kallweit
  2019-08-04  8:19 ` [PATCH 1/3] x86/irq: improve definition of VECTOR_SHUTDOWN et al Heiner Kallweit
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Heiner Kallweit @ 2019-08-04  8:18 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar, Borislav Petkov, H. Peter Anvin, x86
  Cc: Linux Kernel Mailing List

When checking something else I stumbled across this code.
This patch set simplifies it a little bit.

Heiner Kallweit (3):
  x86/irq: improve definition of VECTOR_SHUTDOWN et al
  x86/irq: factor out IS_ERR_OR_NULL check from platfom-specific
    handle_irq
  x86/irq: slightly improve do_IRQ

 arch/x86/include/asm/hw_irq.h | 4 ++--
 arch/x86/include/asm/irq.h    | 2 +-
 arch/x86/kernel/irq.c         | 7 ++++---
 arch/x86/kernel/irq_32.c      | 7 +------
 arch/x86/kernel/irq_64.c      | 6 +-----
 5 files changed, 9 insertions(+), 17 deletions(-)

-- 
2.22.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-08-19 10:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-04  8:18 [PATCH 0/3] x86/irq: slightly improve handle_irq Heiner Kallweit
2019-08-04  8:19 ` [PATCH 1/3] x86/irq: improve definition of VECTOR_SHUTDOWN et al Heiner Kallweit
2019-08-04  8:21 ` [PATCH 2/3] x86/irq: factor out IS_ERR_OR_NULL check from platfom-specific handle_irq Heiner Kallweit
2019-08-19 10:41   ` Thomas Gleixner
2019-08-04  8:22 ` [PATCH 3/3] x86/irq: slightly improve do_IRQ Heiner Kallweit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).