x86/purgatory: Fix #endif comment

Replace _ASM_PURGATORY_H with _ASM_X86_PURGATORY_H to match the actual
macro name.

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://patch.msgid.link/20260429101221.110159-3-thorsten.blum@linux.dev
This commit is contained in:
Thorsten Blum 2026-04-29 12:12:21 +02:00 committed by Borislav Petkov (AMD)
parent 0c37d7aca4
commit f9b55e47ac

View File

@ -8,4 +8,4 @@
extern void purgatory(void);
#endif /* __ASSEMBLER__ */
#endif /* _ASM_PURGATORY_H */
#endif /* _ASM_X86_PURGATORY_H */