Skip to content

Commit 0dbec35

Browse files
xur-llvmtsbogend
authored andcommitted
MIPS: Add a blank line after __HEAD
Add a blank line after __HEAD in the text section. The __HEAD symbol was added in commit 52892ed ("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>
1 parent b4fdedd commit 0dbec35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/mips/kernel/head.S

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
.endm
6161

6262
__HEAD
63+
6364
#ifndef CONFIG_NO_EXCEPT_FILL
6465
/*
6566
* Reserved space for exception handlers.

0 commit comments

Comments
 (0)