patch-2.4.17 linux/include/asm-sparc64/smp.h
Next file: linux/include/asm-sparc64/smplock.h
Previous file: linux/include/asm-sparc64/semaphore.h
Back to the patch index
Back to the overall index
- Lines: 29
- Date:
Fri Dec 21 16:40:33 2001
- Orig file:
linux-2.4.16/include/asm-sparc64/smp.h
- Orig date:
Fri Apr 27 05:17:26 2001
diff -Naur -X /home/marcelo/lib/dontdiff linux-2.4.16/include/asm-sparc64/smp.h linux/include/asm-sparc64/smp.h
@@ -8,6 +8,7 @@
#include <linux/config.h>
#include <linux/threads.h>
+#include <linux/cache.h>
#include <asm/asi.h>
#include <asm/starfire.h>
#include <asm/spitfire.h>
@@ -34,7 +35,7 @@
/* Per processor Sparc parameters we need. */
/* Keep this a multiple of 64-bytes for cache reasons. */
-struct cpuinfo_sparc {
+typedef struct {
/* Dcache line 1 */
unsigned int __pad0; /* bh_count moved to irq_stat for consistency. KAO */
unsigned int multiplier;
@@ -51,9 +52,9 @@
/* Dcache lines 3 and 4 */
unsigned int irq_worklists[16];
-};
+} ____cacheline_aligned cpuinfo_sparc;
-extern struct cpuinfo_sparc cpu_data[NR_CPUS];
+extern cpuinfo_sparc cpu_data[NR_CPUS];
/*
* Private routines/data
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)