Re: [PATCH v2] [MIPS] Place __kernel_entry at the beginning of text section
From: Maciej W. Rozycki
Date: Mon Dec 02 2024 - 12:58:09 EST
On Tue, 26 Nov 2024, Rong Xu wrote:
> diff --git a/arch/mips/kernel/head.S b/arch/mips/kernel/head.S
> index e90695b2b60e..c7528d96dd1a 100644
> --- a/arch/mips/kernel/head.S
> +++ b/arch/mips/kernel/head.S
> @@ -59,6 +59,7 @@
> #endif
> .endm
>
> + __HEAD
> #ifndef CONFIG_NO_EXCEPT_FILL
> /*
> * Reserved space for exception handlers.
A new line would be preferable afterwards so as to visually separate the
directive from the conditional part that follows. It looks messy as it
stands (and we have prior art further down the file with __REF). Please
send a fix.
Maciej