kexec, Kconfig: spell "architecture" properly
Grepping for "archicture" showed it actually twice! Most unusual spelling error, very interesting. :) Signed-off-by: Borislav Petkov <bp@suse.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
8fc8f4d57c
commit
edb0ec0725
2 changed files with 2 additions and 2 deletions
|
@ -2512,7 +2512,7 @@ static int kexec_apply_relocations(struct kimage *image)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Respective archicture needs to provide support for applying
|
* Respective architecture needs to provide support for applying
|
||||||
* relocations of type SHT_RELA/SHT_REL.
|
* relocations of type SHT_RELA/SHT_REL.
|
||||||
*/
|
*/
|
||||||
if (sechdrs[i].sh_type == SHT_RELA)
|
if (sechdrs[i].sh_type == SHT_RELA)
|
||||||
|
|
|
@ -620,7 +620,7 @@ config DEBUG_STACKOVERFLOW
|
||||||
depends on DEBUG_KERNEL && HAVE_DEBUG_STACKOVERFLOW
|
depends on DEBUG_KERNEL && HAVE_DEBUG_STACKOVERFLOW
|
||||||
---help---
|
---help---
|
||||||
Say Y here if you want to check for overflows of kernel, IRQ
|
Say Y here if you want to check for overflows of kernel, IRQ
|
||||||
and exception stacks (if your archicture uses them). This
|
and exception stacks (if your architecture uses them). This
|
||||||
option will show detailed messages if free stack space drops
|
option will show detailed messages if free stack space drops
|
||||||
below a certain limit.
|
below a certain limit.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue