Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118215
b: refs/heads/master
c: 526e5ab
h: refs/heads/master
i:
  118213: 570f366
  118211: 90c8ce6
  118207: 27fa9aa
v: v3
  • Loading branch information
Rusty Russell committed Oct 31, 2008
1 parent db618a3 commit 5c21392
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ad5173ff8a387191dbacf889becb92c59aba5d59
refs/heads/master: 526e5ab200ce483dcdf146806f4936bd58daa800
3 changes: 3 additions & 0 deletions trunk/arch/x86/lguest/boot.c
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,9 @@ static void __init lguest_init_IRQ(void)

for (i = 0; i < LGUEST_IRQS; i++) {
int vector = FIRST_EXTERNAL_VECTOR + i;
/* Some systems map "vectors" to interrupts weirdly. Lguest has
* a straightforward 1 to 1 mapping, so force that here. */
__get_cpu_var(vector_irq)[vector] = i;
if (vector != SYSCALL_VECTOR) {
set_intr_gate(vector, interrupt[vector]);
set_irq_chip_and_handler_name(i, &lguest_irq_controller,
Expand Down

0 comments on commit 5c21392

Please sign in to comment.