diff mbox series

[v2] MIPS: Add a blank line after __HEAD

Message ID 20241203173431.3790387-1-xur@google.com (mailing list archive)
State New
Headers show
Series [v2] MIPS: Add a blank line after __HEAD | expand

Commit Message

Rong Xu Dec. 3, 2024, 5:34 p.m. UTC
Add a blank line after __HEAD in the text section.

The __HEAD symbol was added in commit 52892ed6b03a ("MIPS:
Place __kernel_entry at the beginning of text section").

Signed-off-by: Rong Xu <xur@google.com>
Suggested-by: Maciej W. Rozycki <macro@orcam.me.uk>

---Changelog--
Added suggested-by.
---
 arch/mips/kernel/head.S | 1 +
 1 file changed, 1 insertion(+)


base-commit: e70140ba0d2b1a30467d4af6bcfe761327b9ec95
diff mbox series

Patch

diff --git a/arch/mips/kernel/head.S b/arch/mips/kernel/head.S
index e3ff6179c99f9..d99ed58b7043d 100644
--- a/arch/mips/kernel/head.S
+++ b/arch/mips/kernel/head.S
@@ -60,6 +60,7 @@ 
 	.endm
 
 	__HEAD
+
 #ifndef CONFIG_NO_EXCEPT_FILL
 	/*
 	 * Reserved space for exception handlers.