diff options
author | Nicholas Piggin <npiggin@gmail.com> | 2019-08-02 12:56:27 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2019-08-30 02:32:34 +0200 |
commit | 1039f62431e2aa16487cd6d64bc841d71f6465b8 (patch) | |
tree | bd2d6e1af7e750e4fcfd2f23de380615ffeb0f31 /arch | |
parent | powerpc/64s/exception: machine check fwnmi remove HV case (diff) | |
download | linux-1039f62431e2aa16487cd6d64bc841d71f6465b8.tar.xz linux-1039f62431e2aa16487cd6d64bc841d71f6465b8.zip |
powerpc/64s/exception: machine check remove bitrotted comment
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20190802105709.27696-3-npiggin@gmail.com
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/kernel/exceptions-64s.S | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/kernel/exceptions-64s.S b/arch/powerpc/kernel/exceptions-64s.S index 515ea0243ff2..8cf4e44d2d76 100644 --- a/arch/powerpc/kernel/exceptions-64s.S +++ b/arch/powerpc/kernel/exceptions-64s.S @@ -933,10 +933,6 @@ EXC_COMMON_BEGIN(system_reset_common) EXC_REAL_BEGIN(machine_check, 0x200, 0x100) - /* This is moved out of line as it can be patched by FW, but - * some code path might still want to branch into the original - * vector - */ EXCEPTION_PROLOG_0 PACA_EXMC BEGIN_FTR_SECTION b machine_check_common_early |