]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/64: Remove unused paca->soft_enabled
authorMichael Ellerman <mpe@ellerman.id.au>
Wed, 2 May 2018 06:57:54 +0000 (16:57 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 7 May 2018 11:22:26 +0000 (21:22 +1000)
commit85c4b270e3b4016fb96bcb1cd93d3878420f3fe8
tree9d8415b57e9473154499688a5393d64a2147e20e
parent39ee1054bbc2139ae3995e19f579d201587b4c71
powerpc/64: Remove unused paca->soft_enabled

In commit 805ea724aa5c ("powerpc/64: Rename soft_enabled to
irq_soft_mask") we renamed paca->soft_enabled. But then in commit
6bbfd536ce80 ("powerpc/64s: Do not allocate lppaca if we are not
virtualized") we added it back. Oops. This happened because the two
patches were in flight at the same time and rebased vs each other
multiple times, and we missed it in review.

Fixes: 6bbfd536ce80 ("powerpc/64s: Do not allocate lppaca if we are not virtualized")
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/paca.h