patch-2.4.13 linux/include/asm-s390x/smp.h
Next file: linux/include/asm-s390x/softirq.h
Previous file: linux/include/asm-s390x/sigp.h
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Thu Oct 11 09:43:38 2001
- Orig file:
v2.4.12/linux/include/asm-s390x/smp.h
- Orig date:
Wed Apr 11 19:02:29 2001
diff -u --recursive --new-file v2.4.12/linux/include/asm-s390x/smp.h linux/include/asm-s390x/smp.h
@@ -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
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)