aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/paca.h
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2006-06-12 04:38:21 -0400
committerPaul Mackerras <paulus@samba.org>2006-06-12 04:38:21 -0400
commit430644312810645a6e05855db50a978df9ba3ad3 (patch)
tree2363ddbb95af2b3df95c0071060d9c69044e28ba /include/asm-powerpc/paca.h
parent7a0c58d0513c246ac5438ef4a55ce8b93395ae0e (diff)
powerpc: Remove unused paca->pgdir field
The pgdir field in the paca was a leftover from the dynamic VSIDs patch, and is not used in the current kernel code. This removes it. Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc/paca.h')
-rw-r--r--include/asm-powerpc/paca.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-powerpc/paca.h b/include/asm-powerpc/paca.h
index 706325f99a84..c17fd54d995b 100644
--- a/include/asm-powerpc/paca.h
+++ b/include/asm-powerpc/paca.h
@@ -79,9 +79,6 @@ struct paca_struct {
79 u64 exmc[10]; /* used for machine checks */ 79 u64 exmc[10]; /* used for machine checks */
80 u64 exslb[10]; /* used for SLB/segment table misses 80 u64 exslb[10]; /* used for SLB/segment table misses
81 * on the linear mapping */ 81 * on the linear mapping */
82#ifdef CONFIG_PPC_64K_PAGES
83 pgd_t *pgdir;
84#endif /* CONFIG_PPC_64K_PAGES */
85 82
86 mm_context_t context; 83 mm_context_t context;
87 u16 slb_cache[SLB_CACHE_ENTRIES]; 84 u16 slb_cache[SLB_CACHE_ENTRIES];