diff options
author | Tony Luck <tony.luck@intel.com> | 2008-07-17 19:53:37 +0200 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2008-07-17 19:53:37 +0200 |
commit | fca515fbfa5ecd9f7b54db311317e2c877d7831a (patch) | |
tree | 66b44028b3ab5be068be78650932812520d78865 /include/asm-ia64/smp.h | |
parent | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... (diff) | |
parent | [IA64] pv_ops: move some functions in ivt.S to avoid lack of space. (diff) | |
download | linux-fca515fbfa5ecd9f7b54db311317e2c877d7831a.tar.xz linux-fca515fbfa5ecd9f7b54db311317e2c877d7831a.zip |
Pull pvops into release branch
Diffstat (limited to 'include/asm-ia64/smp.h')
-rw-r--r-- | include/asm-ia64/smp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-ia64/smp.h b/include/asm-ia64/smp.h index 27731e032ee9..12d96e0cd513 100644 --- a/include/asm-ia64/smp.h +++ b/include/asm-ia64/smp.h @@ -15,6 +15,7 @@ #include <linux/kernel.h> #include <linux/cpumask.h> #include <linux/bitops.h> +#include <linux/irqreturn.h> #include <asm/io.h> #include <asm/param.h> @@ -120,6 +121,7 @@ extern void __init smp_build_cpu_map(void); extern void __init init_smp_config (void); extern void smp_do_timer (struct pt_regs *regs); +extern irqreturn_t handle_IPI(int irq, void *dev_id); extern void smp_send_reschedule (int cpu); extern void identify_siblings (struct cpuinfo_ia64 *); extern int is_multithreading_enabled(void); |