Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110307
b: refs/heads/master
c: e7f08df
h: refs/heads/master
i:
  110305: a985cf8
  110303: ce641a0
v: v3
  • Loading branch information
Jaswinder Singh committed Jul 25, 2008
1 parent 3fe4cbb commit d2aed59
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: 4fe702c7e401f912c0edd294af6e37c02f451bbb
refs/heads/master: e7f08dfdaa82def3d685d16fdb99203cbb67ec95
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 @@ -102,6 +102,11 @@ extern void smp_error_interrupt(struct pt_regs *);
extern asmlinkage void smp_spurious_interrupt(void);
extern asmlinkage void smp_error_interrupt(void);
#endif
#ifdef CONFIG_X86_SMP
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 *);
#endif

#ifdef CONFIG_X86_32
extern void (*const interrupt[NR_IRQS])(void);
Expand Down

0 comments on commit d2aed59

Please sign in to comment.