projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4fdedd
)
MIPS: Add a blank line after __HEAD
author
Rong Xu
<xur@google.com>
Tue, 3 Dec 2024 17:34:31 +0000
(09:34 -0800)
committer
Thomas 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/kernel/head.S
b/arch/mips/kernel/head.S
index e3ff6179c99f9bd3a9e7c32deffe8fd365438534..d99ed58b7043d82a7a98d205020fda024993b228 100644
(file)
--- 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.