diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2022-09-28 16:09:12 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2022-09-30 11:35:51 +0300 |
commit | 57a8e4b26eaa8f30aa8bc737255d192915a53023 (patch) | |
tree | 147e763b2cfde2b6d47971360d1ab16eadc86413 /arch/powerpc/kernel/exceptions-64s.S | |
parent | a08661af4c52068972c552deb940b3b13635eb3e (diff) | |
download | linux-57a8e4b26eaa8f30aa8bc737255d192915a53023.tar.xz |
powerpc/64s: Remove old STAB comment
This used to be about the 0x4300 handler, but that was moved in commit
da2bc4644c75 ("powerpc/64s: Add new exception vector macros").
Note that "STAB" here refers to "Segment Table" not the debug format.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220928130912.1732466-1-mpe@ellerman.id.au
Diffstat (limited to 'arch/powerpc/kernel/exceptions-64s.S')
-rw-r--r-- | arch/powerpc/kernel/exceptions-64s.S | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/powerpc/kernel/exceptions-64s.S b/arch/powerpc/kernel/exceptions-64s.S index c3b803d6d805..e7a4f56fbf26 100644 --- a/arch/powerpc/kernel/exceptions-64s.S +++ b/arch/powerpc/kernel/exceptions-64s.S @@ -3080,12 +3080,6 @@ MASKED_INTERRUPT hsrr=1 * to HV=1 from HV=0 is delivered via real mode handlers. */ - /* - * This uses the standard macro, since the original 0x300 vector - * only has extra guff for STAB-based processors -- which never - * come here. - */ - USE_FIXED_SECTION(virt_trampolines) /* * All code below __end_soft_masked is treated as soft-masked. If |