commit | 044d408409cc4e1bc75c886e27ca85c270db104c | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Mon Mar 02 16:13:32 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Mar 03 00:05:45 2009 +0100 |
tree | c2286707e9d4983a4828b0a4133181031de36964 | |
parent | c02368a9d059322f913a58111eade87a656fefd5 [diff] |
genirq: assert that irq handlers are indeed running in hardirq context Make sure the genirq layer handlers are indeed running handlers in hardirq context. That is the genirq expectation and doing anything else is broken. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Andrew Morton <akpm@linux-foundation.org> LKML-Reference: <1236006812.5330.632.camel@laptop> Signed-off-by: Ingo Molnar <mingo@elte.hu>