summaryrefslogtreecommitdiff
path: root/arch/mips
diff options
context:
space:
mode:
authorRong Xu <xur@google.com>2024-12-03 09:34:31 -0800
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2025-01-11 12:32:12 +0100
commit0dbec352f8251be24e30ff67c20183022feaa840 (patch)
treeab0d9f08506d7350c8e8a679129422cb555a270a /arch/mips
parentb4fdedd9f045668516291961a71ba7cdfb284907 (diff)
MIPS: Add a blank line after __HEAD
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>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/kernel/head.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/head.S b/arch/mips/kernel/head.S
index e3ff6179c99f..d99ed58b7043 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.