Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18005
b: refs/heads/master
c: af5b980
h: refs/heads/master
i:
  18003: 719decb
v: v3
  • Loading branch information
Vivek Goyal authored and Linus Torvalds committed Jan 12, 2006
1 parent 3dee833 commit 7f9f39b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 79f12614a6537cc3ac9ca4d1ea26f6e4f4a34aee
refs/heads/master: af5b98042452cc6f50de8afa9d079bda8556d74d
3 changes: 2 additions & 1 deletion trunk/arch/x86_64/kernel/io_apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,8 @@ void disable_IO_APIC(void)
entry.dest_mode = 0; /* Physical */
entry.delivery_mode = dest_ExtINT; /* ExtInt */
entry.vector = 0;
entry.dest.physical.physical_dest = 0;
entry.dest.physical.physical_dest =
GET_APIC_ID(apic_read(APIC_ID));

/*
* Add it to the IO-APIC irq-routing table:
Expand Down

0 comments on commit 7f9f39b

Please sign in to comment.