[PATCH] htirq: tidy up the htirq code
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 4 Oct 2006 09:17:01 +0000 (02:17 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 4 Oct 2006 14:55:30 +0000 (07:55 -0700)
commit95d77884c77beed676036d2f74d10b470a483c63
tree7897bc159d0d8ac972abc76e01d6e54c2bca3c84
parent03571e11c4a6d08230657f80970f0a5cc7820471
[PATCH] htirq: tidy up the htirq code

This moves the declarations for the architecture helpers into
include/linux/htirq.h from the generic include/linux/pci.h.  Hopefully this
will make this distinction clearer.

htirq.h is included where it is needed.

The dependency on the msi code is fixed and removed.

The Makefile is tidied up.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Andi Kleen <ak@suse.de>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Greg KH <greg@kroah.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/io_apic.c
arch/x86_64/kernel/io_apic.c
drivers/pci/Kconfig
drivers/pci/Makefile
drivers/pci/htirq.c
include/linux/htirq.h [new file with mode: 0644]
include/linux/pci.h