From: Tony Luck Date: Thu, 17 Jul 2008 17:53:37 +0000 (-0700) Subject: Pull pvops into release branch X-Git-Tag: v3.12-rc1~19941^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fca515fbfa5ecd9f7b54db311317e2c877d7831a;p=kernel%2Fkernel-generic.git Pull pvops into release branch --- fca515fbfa5ecd9f7b54db311317e2c877d7831a diff --cc include/asm-ia64/smp.h index 27731e0,2984e26..12d96e0 --- 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);