diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-27 13:33:25 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-27 13:33:25 -0700 |
commit | 95001ee9256df846e374f116c92ca8e0beec1527 (patch) | |
tree | ef682e01be51423592d19c5c9425363ef3881ca7 /include/asm-sparc64/cpudata.h | |
parent | 63906e41fe70fe8a376c5887429448272a0ee7d4 (diff) | |
parent | 0dc461069879b45a2d5333bd16990f8080a318fd (diff) | |
download | linux-95001ee9256df846e374f116c92ca8e0beec1527.tar.gz |
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
Diffstat (limited to 'include/asm-sparc64/cpudata.h')
-rw-r--r-- | include/asm-sparc64/cpudata.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/asm-sparc64/cpudata.h b/include/asm-sparc64/cpudata.h index 9a3a81f1cc58..74de79dca915 100644 --- a/include/asm-sparc64/cpudata.h +++ b/include/asm-sparc64/cpudata.h @@ -22,6 +22,16 @@ typedef struct { unsigned int __pad1; unsigned long *pte_cache[2]; unsigned long *pgd_cache; + + /* Dcache line 3, rarely used */ + unsigned int dcache_size; + unsigned int dcache_line_size; + unsigned int icache_size; + unsigned int icache_line_size; + unsigned int ecache_size; + unsigned int ecache_line_size; + unsigned int __pad2; + unsigned int __pad3; } cpuinfo_sparc; DECLARE_PER_CPU(cpuinfo_sparc, __cpu_data); |