aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/hw_irq.h
diff options
context:
space:
mode:
authorAndrea Bastoni <bastoni@cs.unc.edu>2009-12-17 21:48:38 -0500
committerAndrea Bastoni <bastoni@cs.unc.edu>2009-12-17 21:48:38 -0500
commit0c70a26073633b3879eac57d38f1260c1bebeafc (patch)
tree522dd28bd06f7d94d46c38a02de22114b6279469 /arch/x86/include/asm/hw_irq.h
parentdca58944f6c63db5fb622e9e7e8581cc652f6a54 (diff)
Porting on x86_64
- add syscall on x86_64 - refactor __NR_sleep_next_period -> __NR_complete_job for both x86_32 and x86_64
Diffstat (limited to 'arch/x86/include/asm/hw_irq.h')
-rw-r--r--arch/x86/include/asm/hw_irq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/hw_irq.h b/arch/x86/include/asm/hw_irq.h
index 162e5f9646ed..68900e7dada8 100644
--- a/arch/x86/include/asm/hw_irq.h
+++ b/arch/x86/include/asm/hw_irq.h
@@ -112,6 +112,7 @@ extern asmlinkage void smp_irq_move_cleanup_interrupt(void);
112extern void smp_reschedule_interrupt(struct pt_regs *); 112extern void smp_reschedule_interrupt(struct pt_regs *);
113extern void smp_call_function_interrupt(struct pt_regs *); 113extern void smp_call_function_interrupt(struct pt_regs *);
114extern void smp_call_function_single_interrupt(struct pt_regs *); 114extern void smp_call_function_single_interrupt(struct pt_regs *);
115extern void smp_pull_timers_interrupt(struct pt_regs *);
115#ifdef CONFIG_X86_32 116#ifdef CONFIG_X86_32
116extern void smp_invalidate_interrupt(struct pt_regs *); 117extern void smp_invalidate_interrupt(struct pt_regs *);
117#else 118#else