patch-2.1.16 linux/include/asm-ppc/smp.h

Next file: linux/include/asm-ppc/socket.h
Previous file: linux/include/asm-ppc/semaphore.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.15/linux/include/asm-ppc/smp.h linux/include/asm-ppc/smp.h
@@ -0,0 +1,26 @@
+/* smp.h: PPC specific SMP stuff.
+ *
+ * Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu)
+ */
+
+#ifndef _PPC_SMP_H
+#define _PPC_SMP_H
+
+#ifdef __SMP__
+
+#ifndef __ASSEMBLY__
+
+extern struct prom_cpuinfo linux_cpus[NCPUS];
+
+/* Per processor PPC parameters we need. */
+
+struct cpuinfo_PPC {
+	unsigned long udelay_val; /* that's it */
+};
+
+extern struct cpuinfo_PPC cpu_data[NR_CPUS];
+
+
+#endif /* !(__SMP__) */
+
+#endif /* !(_PPC_SMP_H) */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov