MIPS: Add a blank line after __HEAD
authorRong Xu <xur@google.com>
Tue, 3 Dec 2024 17:34:31 +0000 (09:34 -0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Sat, 11 Jan 2025 11:32:12 +0000 (12:32 +0100)
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.

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/kernel/head.S

index e3ff6179c99f9bd3a9e7c32deffe8fd365438534..d99ed58b7043d82a7a98d205020fda024993b228 100644 (file)
@@ -60,6 +60,7 @@
        .endm
 
        __HEAD
+
 #ifndef CONFIG_NO_EXCEPT_FILL
        /*
         * Reserved space for exception handlers.