aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/kexec.c2
-rw-r--r--lib/Kconfig.debug2
2 files changed, 2 insertions, 2 deletions
diff --git a/kernel/kexec.c b/kernel/kexec.c
index 2abf9f6e9a61..b2ed6a3d99fb 100644
--- a/kernel/kexec.c
+++ b/kernel/kexec.c
@@ -2512,7 +2512,7 @@ static int kexec_apply_relocations(struct kimage *image)
2512 continue; 2512 continue;
2513 2513
2514 /* 2514 /*
2515 * Respective archicture needs to provide support for applying 2515 * Respective architecture needs to provide support for applying
2516 * relocations of type SHT_RELA/SHT_REL. 2516 * relocations of type SHT_RELA/SHT_REL.
2517 */ 2517 */
2518 if (sechdrs[i].sh_type == SHT_RELA) 2518 if (sechdrs[i].sh_type == SHT_RELA)
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 4e35a5d767ed..cfe8ca6717c2 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -620,7 +620,7 @@ config DEBUG_STACKOVERFLOW
620 depends on DEBUG_KERNEL && HAVE_DEBUG_STACKOVERFLOW 620 depends on DEBUG_KERNEL && HAVE_DEBUG_STACKOVERFLOW
621 ---help--- 621 ---help---
622 Say Y here if you want to check for overflows of kernel, IRQ 622 Say Y here if you want to check for overflows of kernel, IRQ
623 and exception stacks (if your archicture uses them). This 623 and exception stacks (if your architecture uses them). This
624 option will show detailed messages if free stack space drops 624 option will show detailed messages if free stack space drops
625 below a certain limit. 625 below a certain limit.
626 626