From: Eric W. Biederman Date: Wed, 4 Oct 2006 09:16:50 +0000 (-0700) Subject: [PATCH] genirq: x86_64 irq: Make the external irq handlers report their vector, not... X-Git-Tag: v2.6.19-rc1~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e500f57436b9056a245216c53113613928155eba;p=pandora-kernel.git [PATCH] genirq: x86_64 irq: Make the external irq handlers report their vector, not the irq number This is a small pessimization but it paves the way for making this information per cpu. Which allows the the maximum number of IRQS to become NR_CPUS*224. Signed-off-by: Eric W. Biederman Cc: Ingo Molnar Cc: Thomas Gleixner Cc: Benjamin Herrenschmidt Cc: Rajesh Shah Cc: Andi Kleen Cc: "Protasevich, Natalie" Cc: "Luck, Tony" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed