commit | 7d409d6057c7244f8757ce15245f6df27271be0c | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:32:00 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:32:00 2008 +0100 |
tree | a0eda73330dce6ee77f210c12deb3784b398f1f1 | |
parent | 9f8daccaa05c14e5643bdd4faf5aed9cc8e6f11e [diff] |
x86: add some pirq debugging we use a few static mapping rules in our pirq routing functions, and for example regression f3ac84324fd94 was due to the pirq being out of range of the remapping array. Put in a few WARN_ON_ONCE() lines so that we get notified about any such out-of-bound incidents. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>