mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-08-09 06:14:34 +02:00
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
12 lines
241 B
C
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 */
|