diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-powerpc/paca.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-powerpc/paca.h b/include/asm-powerpc/paca.h index 73693db546b3..59a41dbbf73c 100644 --- a/include/asm-powerpc/paca.h +++ b/include/asm-powerpc/paca.h | |||
@@ -60,7 +60,6 @@ struct paca_struct { | |||
60 | u16 lock_token; /* Constant 0x8000, used in locks */ | 60 | u16 lock_token; /* Constant 0x8000, used in locks */ |
61 | u16 paca_index; /* Logical processor number */ | 61 | u16 paca_index; /* Logical processor number */ |
62 | 62 | ||
63 | u32 default_decr; /* Default decrementer value */ | ||
64 | u64 kernel_toc; /* Kernel TOC address */ | 63 | u64 kernel_toc; /* Kernel TOC address */ |
65 | u64 stab_real; /* Absolute address of segment table */ | 64 | u64 stab_real; /* Absolute address of segment table */ |
66 | u64 stab_addr; /* Virtual address of segment table */ | 65 | u64 stab_addr; /* Virtual address of segment table */ |
@@ -91,14 +90,10 @@ struct paca_struct { | |||
91 | struct task_struct *__current; /* Pointer to current */ | 90 | struct task_struct *__current; /* Pointer to current */ |
92 | u64 kstack; /* Saved Kernel stack addr */ | 91 | u64 kstack; /* Saved Kernel stack addr */ |
93 | u64 stab_rr; /* stab/slb round-robin counter */ | 92 | u64 stab_rr; /* stab/slb round-robin counter */ |
94 | u64 next_jiffy_update_tb; /* TB value for next jiffy update */ | ||
95 | u64 saved_r1; /* r1 save for RTAS calls */ | 93 | u64 saved_r1; /* r1 save for RTAS calls */ |
96 | u64 saved_msr; /* MSR saved here by enter_rtas */ | 94 | u64 saved_msr; /* MSR saved here by enter_rtas */ |
97 | u8 proc_enabled; /* irq soft-enable flag */ | 95 | u8 proc_enabled; /* irq soft-enable flag */ |
98 | 96 | ||
99 | /* not yet used */ | ||
100 | u64 exdsi[8]; /* used for linear mapping hash table misses */ | ||
101 | |||
102 | /* | 97 | /* |
103 | * iSeries structure which the hypervisor knows about - | 98 | * iSeries structure which the hypervisor knows about - |
104 | * this structure should not cross a page boundary. | 99 | * this structure should not cross a page boundary. |