From: Eric W. Biederman Date: Fri, 23 Feb 2007 11:36:25 +0000 (-0700) Subject: [PATCH] x86_64 irq: Remove unnecessary irq 0 setup. X-Git-Tag: v2.6.21-rc2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b93179bdfcbb0154e63e57194e2648bd0ff648a7;p=pandora-kernel.git [PATCH] x86_64 irq: Remove unnecessary irq 0 setup. The code in io_apic.c and in i8259.c currently hardcode the same vector for the timer interrupt so there is no reason for a special assignment for the timer as the setup for the i8259 already takes care of this. Signed-off-by: Eric W. Biederman Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed