From da5101fde42b1d33aee70cda7235e09581b7dc6c Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Tue, 6 May 2025 17:07:24 +0200 Subject: [PATCH] cpu/x86/smm: Drop unused label To avoid confusion drop the label smm_handler_start, since it's unused and the same name is also used in the permanent handler as C entry point (see smm_module_handler.c). Change-Id: I22bb5d378e8848d526f897cb2de70c0221827d0d Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/c/coreboot/+/87554 Reviewed-by: Paul Menzel Reviewed-by: Maximilian Brune Tested-by: build bot (Jenkins) Reviewed-by: Shuo Liu --- src/cpu/x86/smm/smm_stub.S | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cpu/x86/smm/smm_stub.S b/src/cpu/x86/smm/smm_stub.S index c7a55f6ea6..dcfbcba590 100644 --- a/src/cpu/x86/smm/smm_stub.S +++ b/src/cpu/x86/smm/smm_stub.S @@ -48,7 +48,6 @@ fallback_stack_top: .code16 .global _start _start: -smm_handler_start: #if CONFIG(SMM_LAPIC_REMAP_MITIGATION) /* Check if the LAPIC register block overlaps with the stub. * This block needs to work without data accesses because they