Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: Add a blank line after __HEAD

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>

authored by

Rong Xu and committed by
Thomas Bogendoerfer
0dbec352 b4fdedd9

+1
+1
arch/mips/kernel/head.S
··· 60 60 .endm 61 61 62 62 __HEAD 63 + 63 64 #ifndef CONFIG_NO_EXCEPT_FILL 64 65 /* 65 66 * Reserved space for exception handlers.