commit | baa0d233afe765daa6dc01ff233aea8c5944f534 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Tue Oct 05 15:14:35 2010 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Tue Oct 12 16:53:45 2010 +0200 |
tree | 23b0793b6014b637680cddef4ccc4a2860cf6436 | |
parent | a05a900a51c7622ebd8ddb41f14f8bf9db599d8d [diff] |
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>