aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64/cpudata.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sparc64/cpudata.h')
-rw-r--r--include/asm-sparc64/cpudata.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/asm-sparc64/cpudata.h b/include/asm-sparc64/cpudata.h
index 74de79dca915..45a9a2cfaf79 100644
--- a/include/asm-sparc64/cpudata.h
+++ b/include/asm-sparc64/cpudata.h
@@ -20,8 +20,9 @@ typedef struct {
20 /* Dcache line 2 */ 20 /* Dcache line 2 */
21 unsigned int pgcache_size; 21 unsigned int pgcache_size;
22 unsigned int __pad1; 22 unsigned int __pad1;
23 unsigned long *pte_cache[2]; 23 unsigned long *pte_cache;
24 unsigned long *pgd_cache; 24 unsigned long *pgd_cache;
25 unsigned long __pad2;
25 26
26 /* Dcache line 3, rarely used */ 27 /* Dcache line 3, rarely used */
27 unsigned int dcache_size; 28 unsigned int dcache_size;
@@ -30,8 +31,8 @@ typedef struct {
30 unsigned int icache_line_size; 31 unsigned int icache_line_size;
31 unsigned int ecache_size; 32 unsigned int ecache_size;
32 unsigned int ecache_line_size; 33 unsigned int ecache_line_size;
33 unsigned int __pad2;
34 unsigned int __pad3; 34 unsigned int __pad3;
35 unsigned int __pad4;
35} cpuinfo_sparc; 36} cpuinfo_sparc;
36 37
37DECLARE_PER_CPU(cpuinfo_sparc, __cpu_data); 38DECLARE_PER_CPU(cpuinfo_sparc, __cpu_data);