patch-2.3.48 linux/arch/alpha/kernel/proto.h

Next file: linux/arch/alpha/kernel/semaphore.c
Previous file: linux/arch/alpha/kernel/process.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.47/linux/arch/alpha/kernel/proto.h linux/arch/alpha/kernel/proto.h
@@ -74,13 +74,14 @@
 
 /* setup.c */
 extern unsigned long srm_hae;
+extern int boot_cpuid;
 
 /* smp.c */
 extern void setup_smp(void);
 extern int smp_info(char *buffer);
 extern void handle_ipi(struct pt_regs *);
 extern void smp_percpu_timer_interrupt(struct pt_regs *);
-extern int smp_boot_cpuid;
+extern unsigned long cpu_present_mask;
 
 /* bios32.c */
 /* extern void reset_for_srm(void); */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)