MIPS: Add a blank line after __HEAD
Add a blank line after __HEAD in the text section.
The __HEAD symbol was added in commit 52892ed6b0 ("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>
pull/1134/merge
parent
b4fdedd9f0
commit
0dbec352f8
|
|
@ -60,6 +60,7 @@
|
|||
.endm
|
||||
|
||||
__HEAD
|
||||
|
||||
#ifndef CONFIG_NO_EXCEPT_FILL
|
||||
/*
|
||||
* Reserved space for exception handlers.
|
||||
|
|
|
|||
Loading…
Reference in New Issue