Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295179
b: refs/heads/master
c: 0b2f4d4
h: refs/heads/master
i:
  295177: d3d22f1
  295175: 631ada5
v: v3
  • Loading branch information
Akinobu Mita authored and Linus Torvalds committed Mar 23, 2012
1 parent d2507f3 commit b67d2fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 1a07cbba1425ec7215854cfaa9a8df66047cfb57
refs/heads/master: 0b2f4d4d76a09f02fa37bfa57909483448fac771
6 changes: 3 additions & 3 deletions trunk/arch/x86/kernel/irqinit.c
Original file line number Diff line number Diff line change
Expand Up @@ -306,10 +306,10 @@ void __init native_init_IRQ(void)
* us. (some of these will be overridden and become
* 'special' SMP interrupts)
*/
for (i = FIRST_EXTERNAL_VECTOR; i < NR_VECTORS; i++) {
i = FIRST_EXTERNAL_VECTOR;
for_each_clear_bit_from(i, used_vectors, NR_VECTORS) {
/* 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]);
set_intr_gate(i, interrupt[i - FIRST_EXTERNAL_VECTOR]);
}

if (!acpi_ioapic && !of_ioapic)
Expand Down

0 comments on commit b67d2fe

Please sign in to comment.