From: Roel Kluin <12o3l@tiscali.nl> Date: Thu, 29 Nov 2007 13:25:21 +0000 (+0100) Subject: [ARM] 4680/1: parentheses around NR_IRQS definition X-Git-Tag: v2.6.24-rc4~19^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98aa686494f92e881869f76bfb734cbb1f53cb13;p=pandora-kernel.git [ARM] 4680/1: parentheses around NR_IRQS definition If NR_IRQS is defined as a sum without surrounding parentheses, this may lead to problems when used in multiplications. This may lead to problems in: arch/ia64/sn/kernel/irq.c:516 arch/x86/kernel/io_apic_32.c:693, 694, 699, 700 fs/proc/proc_misc.c:464 Signed-off-by: Roel Kluin <12o3l@tiscali.nl> Acked-by: Lennert Buytenhek Signed-off-by: Russell King --- Reading git-diff-tree failed