patch-2.3.35 linux/include/asm-sparc64/smp.h
Next file: linux/include/asm-sparc64/stat.h
Previous file: linux/include/asm-sparc64/shmparam.h
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Mon Dec 20 22:05:52 1999
- Orig file:
v2.3.34/linux/include/asm-sparc64/smp.h
- Orig date:
Mon Aug 2 22:07:16 1999
diff -u --recursive --new-file v2.3.34/linux/include/asm-sparc64/smp.h linux/include/asm-sparc64/smp.h
@@ -33,19 +33,19 @@
/* Keep this a multiple of 64-bytes for cache reasons. */
struct cpuinfo_sparc {
/* Dcache line 1 */
- unsigned long irq_count;
- unsigned long bh_count;
+ unsigned int irq_count;
+ unsigned int bh_count;
unsigned int multiplier;
unsigned int counter;
+ unsigned int idle_volume;
+ unsigned int __pad;
unsigned long udelay_val;
/* Dcache line 2 */
unsigned int pgcache_size;
unsigned int pgdcache_size;
- unsigned long *pte_cache;
+ unsigned long *pte_cache[2];
unsigned long *pgd_cache;
- unsigned int idle_volume;
- unsigned int __pad;
/* Dcache lines 3 and 4 */
unsigned int irq_worklists[16];
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)