Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145605
b: refs/heads/master
c: 77857dc
h: refs/heads/master
i:
  145603: e977cc1
v: v3
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Apr 15, 2009
1 parent 88a3466 commit 8e85622
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5cda395f4a262788d8ed79ac8a26a2b821e5f751
refs/heads/master: 77857dc07247ed5fa700a197c96ef842d8dbebdf
8 changes: 4 additions & 4 deletions trunk/arch/x86/kernel/irqinit.c
Original file line number Diff line number Diff line change
Expand Up @@ -240,19 +240,19 @@ void __init native_init_IRQ(void)
/* Execute any quirks before the call gates are initialised: */
x86_quirk_pre_intr_init();

apic_intr_init();

/*
* Cover the whole vector space, no vector can escape
* us. (some of these will be overridden and become
* 'special' SMP interrupts)
*/
for (i = FIRST_EXTERNAL_VECTOR; i < NR_VECTORS; i++) {
/* IA32_SYSCALL_VECTOR was reserved in trap_init. */
if (i != IA32_SYSCALL_VECTOR)
/* IA32_SYSCALL_VECTOR could be used in trap_init already. */
if (!test_bit(i, used_vectors))
set_intr_gate(i, interrupt[i-FIRST_EXTERNAL_VECTOR]);
}

apic_intr_init();

if (!acpi_ioapic)
setup_irq(2, &irq2);

Expand Down

0 comments on commit 8e85622

Please sign in to comment.