• Michael Ellerman's avatar
    powerpc/64: Remove unused paca->soft_enabled · c4ec1f03
    Michael Ellerman authored
    In commit 4e26bc4a ("powerpc/64: Rename soft_enabled to
    irq_soft_mask") we renamed paca->soft_enabled. But then in commit
    8e0b634b ("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: 8e0b634b ("powerpc/64s: Do not allocate lppaca if we are not virtualized")
    Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
    c4ec1f03
paca.h 8.24 KB