commit | b93179bdfcbb0154e63e57194e2648bd0ff648a7 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Fri Feb 23 04:36:25 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon Feb 26 10:34:08 2007 -0800 |
tree | 1c4132ec2185feccbfc70fdc93c58d6b72957160 | |
parent | dfbffdd81c5d029ca8f8a754ce0eb8199c418eba [diff] |
[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>