Files
linux-stable-mirror/arch/x86/include/asm/purgatory.h
T
Thorsten BlumandBorislav Petkov (AMD) f9b55e47ac 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
2026-05-07 13:19:16 +02:00

12 lines
241 B
C

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_X86_PURGATORY_H
#define _ASM_X86_PURGATORY_H
#ifndef __ASSEMBLER__
#include <linux/purgatory.h>
extern void purgatory(void);
#endif /* __ASSEMBLER__ */
#endif /* _ASM_X86_PURGATORY_H */