Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105627
b: refs/heads/master
c: 6209ed9
h: refs/heads/master
i:
  105625: 3e73d13
  105623: 8beea4d
v: v3
  • Loading branch information
Linus Torvalds committed Jul 24, 2008
1 parent e514b80 commit 5f5b0c5
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: 6044110742bc2ae0577b962985e7c63e0634b2e9
refs/heads/master: 6209ed9d8443b63c36d340908530fa470c4d4fff
3 changes: 2 additions & 1 deletion trunk/arch/x86/kernel/irqinit_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
asm("\n.text\n.p2align\n" \
"IRQ" #nr "_interrupt:\n\t" \
"push $~(" #nr ") ; " \
"jmp common_interrupt");
"jmp common_interrupt\n" \
".previous");

#define BI(x,y) \
BUILD_IRQ(x##y)
Expand Down

0 comments on commit 5f5b0c5

Please sign in to comment.