* [PATCH] x86/purgatory: fix #endif comment
@ 2026-04-29 10:12 Thorsten Blum
2026-05-07 11:29 ` [tip: x86/cleanups] x86/purgatory: Fix " tip-bot2 for Thorsten Blum
0 siblings, 1 reply; 2+ messages in thread
From: Thorsten Blum @ 2026-04-29 10:12 UTC (permalink / raw)
To: Thomas Gleixner, Ingo Molnar, Borislav Petkov, Dave Hansen, x86,
H. Peter Anvin
Cc: Thorsten Blum, linux-kernel
Replace _ASM_PURGATORY_H with _ASM_X86_PURGATORY_H to match the actual
macro name.
Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
---
arch/x86/include/asm/purgatory.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/include/asm/purgatory.h b/arch/x86/include/asm/purgatory.h
index 2fee5e9f1ccc..56a9e81edb15 100644
--- a/arch/x86/include/asm/purgatory.h
+++ b/arch/x86/include/asm/purgatory.h
@@ -8,4 +8,4 @@
extern void purgatory(void);
#endif /* __ASSEMBLER__ */
-#endif /* _ASM_PURGATORY_H */
+#endif /* _ASM_X86_PURGATORY_H */
^ permalink raw reply [flat|nested] 2+ messages in thread
* [tip: x86/cleanups] x86/purgatory: Fix #endif comment
2026-04-29 10:12 [PATCH] x86/purgatory: fix #endif comment Thorsten Blum
@ 2026-05-07 11:29 ` tip-bot2 for Thorsten Blum
0 siblings, 0 replies; 2+ messages in thread
From: tip-bot2 for Thorsten Blum @ 2026-05-07 11:29 UTC (permalink / raw)
To: linux-tip-commits; +Cc: Thorsten Blum, Borislav Petkov (AMD), x86, linux-kernel
The following commit has been merged into the x86/cleanups branch of tip:
Commit-ID: f9b55e47ac6087d2da9880eed4b0b8414ce41eeb
Gitweb: https://git.kernel.org/tip/f9b55e47ac6087d2da9880eed4b0b8414ce41eeb
Author: Thorsten Blum <thorsten.blum@linux.dev>
AuthorDate: Wed, 29 Apr 2026 12:12:21 +02:00
Committer: Borislav Petkov (AMD) <bp@alien8.de>
CommitterDate: Thu, 07 May 2026 13:19:16 +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
---
arch/x86/include/asm/purgatory.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/include/asm/purgatory.h b/arch/x86/include/asm/purgatory.h
index 2fee5e9..56a9e81 100644
--- a/arch/x86/include/asm/purgatory.h
+++ b/arch/x86/include/asm/purgatory.h
@@ -8,4 +8,4 @@
extern void purgatory(void);
#endif /* __ASSEMBLER__ */
-#endif /* _ASM_PURGATORY_H */
+#endif /* _ASM_X86_PURGATORY_H */
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-05-07 11:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-29 10:12 [PATCH] x86/purgatory: fix #endif comment Thorsten Blum
2026-05-07 11:29 ` [tip: x86/cleanups] x86/purgatory: Fix " tip-bot2 for Thorsten Blum
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®