Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110310
b: refs/heads/master
c: b2139aa
h: refs/heads/master
v: v3
  • Loading branch information
Jaswinder Singh committed Jul 25, 2008
1 parent 50b36c5 commit 7a3370e
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 2907829cd0ffdef69083985ba28cf1cf3857c681
refs/heads/master: b2139aa0eec330c711c5a279db361e5ef1178e78
5 changes: 5 additions & 0 deletions trunk/include/asm-x86/hw_irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ extern asmlinkage void smp_error_interrupt(void);
extern void smp_reschedule_interrupt(struct pt_regs *);
extern void smp_call_function_interrupt(struct pt_regs *);
extern void smp_call_function_single_interrupt(struct pt_regs *);
#ifdef CONFIG_X86_32
extern void smp_invalidate_interrupt(struct pt_regs *);
#else
extern asmlinkage void smp_invalidate_interrupt(struct pt_regs *);
#endif
#endif

#ifdef CONFIG_X86_32
Expand Down

0 comments on commit 7a3370e

Please sign in to comment.