]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/xen.git/commit
move request_irq() into .init.text
authorJan Beulich <jbeulich@novell.com>
Sat, 2 Apr 2011 14:56:07 +0000 (15:56 +0100)
committerJan Beulich <jbeulich@novell.com>
Sat, 2 Apr 2011 14:56:07 +0000 (15:56 +0100)
commite1fe30b87def91bde70f793dc22b6b1f73c4b3ca
tree5dc90f897e8559edf996d5b18481b913a1232b30
parent252aa352b822f05b02cd8e63f46a3f087b7e00fc
move request_irq() into .init.text

With no modular drivers, all interrupt setup is supposed to happen
during boot.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/arch/ia64/linux-xen/irq_ia64.c
xen/arch/x86/irq.c
xen/drivers/passthrough/amd/iommu_init.c
xen/drivers/passthrough/vtd/iommu.c