summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/vas.h
diff options
context:
space:
mode:
authorHaren Myneni <haren@linux.ibm.com>2020-04-17 02:11:14 -0700
committerMichael Ellerman <mpe@ellerman.id.au>2020-04-20 16:53:14 +1000
commit040b00acec4bbbed7493fd64829e74a055075fb2 (patch)
tree03008bca18d4589be275134fe53501083d74e898 /arch/powerpc/include/asm/vas.h
parent1af11ae225350a92a1e13a4c27c215befced20af (diff)
downloadlinux-040b00acec4bbbed7493fd64829e74a055075fb2.tar.gz
linux-040b00acec4bbbed7493fd64829e74a055075fb2.tar.bz2
linux-040b00acec4bbbed7493fd64829e74a055075fb2.zip
crypto/nx: Remove 'pid' in vas_tx_win_attr struct
When window is opened, pid reference is taken for user space windows. Not needed for kernel windows. So remove 'pid' in vas_tx_win_attr struct. Signed-off-by: Haren Myneni <haren@linux.ibm.com> Acked-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/1587114674.2275.1132.camel@hbabu-laptop
Diffstat (limited to 'arch/powerpc/include/asm/vas.h')
-rw-r--r--arch/powerpc/include/asm/vas.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/vas.h b/arch/powerpc/include/asm/vas.h
index 6e427bc29b3a..e33f80b0ea81 100644
--- a/arch/powerpc/include/asm/vas.h
+++ b/arch/powerpc/include/asm/vas.h
@@ -86,7 +86,6 @@ struct vas_tx_win_attr {
int wcreds_max;
int lpid;
int pidr; /* hardware PID (from SPRN_PID) */
- int pid; /* linux process id */
int pswid;
int rsvd_txbuf_count;
int tc_mode;