commit | 3f4ed1511dc8c71073bb7d220ee62eedd8e8aeec | [log] [tgz] |
---|---|---|
author | Steven Rostedt <rostedt@goodmis.org> | Wed Oct 17 18:04:38 2007 +0200 |
committer | Thomas Gleixner <tglx@inhelltoy.tec.linutronix.de> | Wed Oct 17 20:16:28 2007 +0200 |
tree | 9df53f2c54adbc7d831f7b7c47ef3cc5bec8777e | |
parent | d2ccc3fdde1a860b970109ad78865b7e44d3fc0c [diff] |
x86: Add parenthesis to IRQ vector macros It is not good taste to have macros with additions that do not have parenthesises around them. This patch parethesizes the IRQ vector macros for x86_64 arch. Note, this caused me a bit of heart-ache debugging lguest64. [ tglx: arch/x86 adaptation ] Signed-off-by: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>