diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2018-07-19 00:37:57 -0400 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-07-19 00:37:57 -0400 |
commit | ce57c6610cc2d7cde61fc005a2d2090bce46fc73 (patch) | |
tree | be1230fb1773e3de7fb7f6a0adde68ca0468273e /arch/powerpc/include/asm/paca.h | |
parent | 9c3250a127901c93b23723dc5859c71a0d068fb8 (diff) | |
parent | a68bd1267b7286b1687905651b404e765046de25 (diff) |
Merge branch 'topic/ppc-kvm' into next
Merge in some commits we're sharing with the KVM tree.
I manually propagated the change from commit d3d4ffaae439
("powerpc/powernv/ioda2: Reduce upper limit for DMA window size") into
pci-ioda-tce.c.
Conflicts:
arch/powerpc/include/asm/cputable.h
arch/powerpc/platforms/powernv/pci-ioda.c
arch/powerpc/platforms/powernv/pci.h
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 | ||