* [PATCH] MIPS: Add a blank line after __HEAD
@ 2024-12-02 21:21 Rong Xu
2024-12-03 8:01 ` Sergey Shtylyov
0 siblings, 1 reply; 2+ messages in thread
From: Rong Xu @ 2024-12-02 21:21 UTC (permalink / raw)
To: Thomas Bogendoerfer, Masahiro Yamada, Klara Modin, Rong Xu,
Christophe Leroy, Michael Ellerman, Nicolas Schier, Chris Packham,
Maciej W. Rozycki, linux-mips, linux-kernel
Add a blank line after __HEAD in the text section.
This change is based on a suggestion from Maciej W. Rozycki
<macro@orcam.me.uk>.
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>
---
arch/mips/kernel/head.S | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/mips/kernel/head.S b/arch/mips/kernel/head.S
index e3ff6179c99f9..d99ed58b7043d 100644
--- 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.
base-commit: e70140ba0d2b1a30467d4af6bcfe761327b9ec95
--
2.47.0.338.g60cca15819-goog
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] MIPS: Add a blank line after __HEAD
2024-12-02 21:21 [PATCH] MIPS: Add a blank line after __HEAD Rong Xu
@ 2024-12-03 8:01 ` Sergey Shtylyov
0 siblings, 0 replies; 2+ messages in thread
From: Sergey Shtylyov @ 2024-12-03 8:01 UTC (permalink / raw)
To: Rong Xu, Thomas Bogendoerfer, Masahiro Yamada, Klara Modin,
Christophe Leroy, Michael Ellerman, Nicolas Schier, Chris Packham,
Maciej W. Rozycki, linux-mips, linux-kernel
On 12/3/24 12:21 AM, Rong Xu wrote:
> Add a blank line after __HEAD in the text section.
>
> This change is based on a suggestion from Maciej W. Rozycki
> <macro@orcam.me.uk>.
There's Suggested-by tag for that. :-)
> 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>
[...]
MBR, Sergey
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-12-03 8:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-02 21:21 [PATCH] MIPS: Add a blank line after __HEAD Rong Xu
2024-12-03 8:01 ` Sergey Shtylyov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox