Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97518
b: refs/heads/master
c: a16ffe9
h: refs/heads/master
v: v3
  • Loading branch information
Rusty Russell committed May 30, 2008
1 parent 3602d5b commit ede8def
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: b769f579081943f14e0ff03b7b0bd3a11cf14625
refs/heads/master: a16ffe93c46dfca211434d00453ebb695025978b
5 changes: 3 additions & 2 deletions trunk/arch/x86/lguest/boot.c
Original file line number Diff line number Diff line change
Expand Up @@ -582,8 +582,9 @@ static void __init lguest_init_IRQ(void)
int vector = FIRST_EXTERNAL_VECTOR + i;
if (vector != SYSCALL_VECTOR) {
set_intr_gate(vector, interrupt[i]);
set_irq_chip_and_handler(i, &lguest_irq_controller,
handle_level_irq);
set_irq_chip_and_handler_name(i, &lguest_irq_controller,
handle_level_irq,
"level");
}
}
/* This call is required to set up for 4k stacks, where we have
Expand Down

0 comments on commit ede8def

Please sign in to comment.