| Kernel v2.4.13 /include/asm-s390x/smp.h |
|---|
 2.4.13
 include
 asm-s390x
 smp.h
diff -u --recursive --new-file v2.4.12/linux/include/asm-s390x/smp.h linux/include/asm-s390x/smp.h
--- v2.4.12/linux/include/asm-s390x/smp.h Wed Apr 11 19:02:29 2001
+++ linux/include/asm-s390x/smp.h Thu Oct 11 09:43:38 2001
@@ -26,6 +26,8 @@
__u16 cpu;
} sigp_info;
+extern unsigned long cpu_online_map;
+
#define NO_PROC_ID 0xFF /* No processor magic marker */
/*
@@ -64,12 +66,5 @@
void smp_local_timer_interrupt(struct pt_regs * regs);
-sigp_ccode smp_ext_call(int cpu, void (*cb)(void *info), void *info, int wait);
-void smp_ext_call_others(void (*cb)(void *info), void *info, int wait);
-sigp_ccode smp_ext_bitcall(int cpu, ec_bit_sig sig);
-void smp_ext_bitcall_others(ec_bit_sig sig);
-
-int smp_signal_others(sigp_order_code order_code,__u32 parameter,
- int spin,sigp_info *info);
#endif
#endif
|