From: Steven Rostedt Date: Wed, 17 Oct 2007 16:04:38 +0000 (+0200) Subject: x86: Add parenthesis to IRQ vector macros X-Git-Tag: v2.6.24-rc1~476^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f4ed1511dc8c71073bb7d220ee62eedd8e8aeec;p=pandora-kernel.git 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 Signed-off-by: Andi Kleen Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed