Skip to content

Commit

Permalink
powerpc/64s/exception: Remove unused SOFTEN_VALUE_0x980
Browse files Browse the repository at this point in the history
Remove SOFTEN_VALUE_0x980, it's been unused since commit
dabe859 ("powerpc: Give hypervisor decrementer interrupts their
own handler") (Sep 2012).

Signed-off-by: Michael Ellerman <[email protected]>
  • Loading branch information
mpe committed Jul 2, 2019
1 parent 4b1f5cc commit 1efd8ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/powerpc/include/asm/exception-64s.h
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,6 @@ END_FTR_SECTION_NESTED(ftr,ftr,943)
/* This associate vector numbers with bits in paca->irq_happened */
#define SOFTEN_VALUE_0x500 PACA_IRQ_EE
#define SOFTEN_VALUE_0x900 PACA_IRQ_DEC
#define SOFTEN_VALUE_0x980 PACA_IRQ_DEC
#define SOFTEN_VALUE_0xa00 PACA_IRQ_DBELL
#define SOFTEN_VALUE_0xe80 PACA_IRQ_DBELL
#define SOFTEN_VALUE_0xe60 PACA_IRQ_HMI
Expand Down

0 comments on commit 1efd8ca

Please sign in to comment.