All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeremy Fitzhardinge <jeremy@goop.org>
To: Ingo Molnar <mingo@elte.hu>
Cc: the arch/x86 maintainers <x86@kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Xen-devel <xen-devel@lists.xensource.com>
Subject: [GIT PULL] x86: unify some of kernel/irq*.c
Date: Fri, 06 Feb 2009 16:31:29 -0800	[thread overview]
Message-ID: <498CD661.4070804@goop.org> (raw)

These changes factor out the differences between 32 and 64-bit do_IRQ 
and unify the rest. Unfortunately there are still quite a few other 
differences (like interrupt stack handling) which preclude further easy 
unification.

Thanks,
    J

The following changes since commit f21daa4d04885a34d1972afa9f82a8aebb6152bb:
  Ingo Molnar (1):
        Merge branch 'out-of-tree'

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git jsgf/x86/unify-irq

Jeremy Fitzhardinge (2):
      x86: add handle_irq() to allow interrupt injection
      x86: unify do_IRQ()

 arch/x86/include/asm/irq.h |    4 +++-
 arch/x86/kernel/irq.c      |   38 ++++++++++++++++++++++++++++++++++++++
 arch/x86/kernel/irq_32.c   |   29 +++++------------------------
 arch/x86/kernel/irq_64.c   |   34 +++++-----------------------------
 4 files changed, 51 insertions(+), 54 deletions(-)



WARNING: multiple messages have this Message-ID (diff)
From: Jeremy Fitzhardinge <jeremy@goop.org>
To: Ingo Molnar <mingo@elte.hu>
Cc: Xen-devel <xen-devel@lists.xensource.com>,
	the arch/x86 maintainers <x86@kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] x86: unify some of kernel/irq*.c
Date: Fri, 06 Feb 2009 16:31:29 -0800	[thread overview]
Message-ID: <498CD661.4070804@goop.org> (raw)

These changes factor out the differences between 32 and 64-bit do_IRQ 
and unify the rest. Unfortunately there are still quite a few other 
differences (like interrupt stack handling) which preclude further easy 
unification.

Thanks,
    J

The following changes since commit f21daa4d04885a34d1972afa9f82a8aebb6152bb:
  Ingo Molnar (1):
        Merge branch 'out-of-tree'

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git jsgf/x86/unify-irq

Jeremy Fitzhardinge (2):
      x86: add handle_irq() to allow interrupt injection
      x86: unify do_IRQ()

 arch/x86/include/asm/irq.h |    4 +++-
 arch/x86/kernel/irq.c      |   38 ++++++++++++++++++++++++++++++++++++++
 arch/x86/kernel/irq_32.c   |   29 +++++------------------------
 arch/x86/kernel/irq_64.c   |   34 +++++-----------------------------
 4 files changed, 51 insertions(+), 54 deletions(-)

             reply	other threads:[~2009-02-07  0:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-07  0:31 Jeremy Fitzhardinge [this message]
2009-02-07  0:31 ` [GIT PULL] x86: unify some of kernel/irq*.c Jeremy Fitzhardinge
2009-02-09 10:29 ` Ingo Molnar
2009-02-09 10:29   ` Ingo Molnar

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=498CD661.4070804@goop.org \
    --to=jeremy@goop.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=x86@kernel.org \
    --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.