From: Tony Luck Date: Thu, 17 Jul 2008 17:53:37 +0000 (-0700) Subject: Pull pvops into release branch X-Git-Tag: v2.6.27-rc1~948^2~6 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=fca515fbfa5ecd9f7b54db311317e2c877d7831a;p=linux.git Pull pvops into release branch --- fca515fbfa5ecd9f7b54db311317e2c877d7831a diff --cc include/asm-ia64/smp.h index 27731e032ee9,2984e262fc6c..12d96e0cd513 --- a/include/asm-ia64/smp.h +++ b/include/asm-ia64/smp.h @@@ -120,7 -124,10 +121,8 @@@ extern void __init smp_build_cpu_map(vo 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 lock_ipi_calllock(void); -extern void unlock_ipi_calllock(void); extern void identify_siblings (struct cpuinfo_ia64 *); extern int is_multithreading_enabled(void);