]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] x86_64 irq: Remove unnecessary irq 0 setup.
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 23 Feb 2007 11:36:25 +0000 (04:36 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 26 Feb 2007 18:34:08 +0000 (10:34 -0800)
commit3237cde341832c0fcebe42cc993b2ea18ec82839
tree1c4132ec2185feccbfc70fdc93c58d6b72957160
parenta70797dccaa825ba67bbbe36c3c9f77e87a8da0a
[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 <ebiederm@xmission.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86_64/kernel/i8259.c