genirq: Switch sparse_irq allocator to GFP_KERNEL
authorThomas Gleixner <tglx@linutronix.de>
Tue, 5 Oct 2010 13:14:35 +0000 (15:14 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 12 Oct 2010 14:53:45 +0000 (16:53 +0200)
commitbaa0d233afe765daa6dc01ff233aea8c5944f534
tree23b0793b6014b637680cddef4ccc4a2860cf6436
parenta05a900a51c7622ebd8ddb41f14f8bf9db599d8d
genirq: Switch sparse_irq allocator to GFP_KERNEL

The allocator functions are now called outside of preempt disabled
regions. Switch to GFP_KERNEL.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Ingo Molnar <mingo@elte.hu>
kernel/irq/irqdesc.c