mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 10:09:10 +02:00
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:
parent
0c37d7aca4
commit
f9b55e47ac
|
|
@ -8,4 +8,4 @@
|
|||
extern void purgatory(void);
|
||||
#endif /* __ASSEMBLER__ */
|
||||
|
||||
#endif /* _ASM_PURGATORY_H */
|
||||
#endif /* _ASM_X86_PURGATORY_H */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user