diff options
Diffstat (limited to 'arch/powerpc/include/asm/paca.h')
-rw-r--r-- | arch/powerpc/include/asm/paca.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/include/asm/paca.h b/arch/powerpc/include/asm/paca.h index 6d34bd71139d..4e9cede5a7e7 100644 --- a/arch/powerpc/include/asm/paca.h +++ b/arch/powerpc/include/asm/paca.h | |||
@@ -187,11 +187,6 @@ struct paca_struct { | |||
187 | u8 subcore_sibling_mask; | 187 | u8 subcore_sibling_mask; |
188 | /* Flag to request this thread not to stop */ | 188 | /* Flag to request this thread not to stop */ |
189 | atomic_t dont_stop; | 189 | atomic_t dont_stop; |
190 | /* | ||
191 | * Pointer to an array which contains pointer | ||
192 | * to the sibling threads' paca. | ||
193 | */ | ||
194 | struct paca_struct **thread_sibling_pacas; | ||
195 | /* The PSSCR value that the kernel requested before going to stop */ | 190 | /* The PSSCR value that the kernel requested before going to stop */ |
196 | u64 requested_psscr; | 191 | u64 requested_psscr; |
197 | 192 | ||