mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-18 12:31:11 +00:00
microblaze: Remove panic_timeout init value
panic_timeout is in BSS section and it is cleared with BSS section. This means that value is setup to 0. Signed-off-by: Michal Simek <monstr@monstr.eu>
This commit is contained in:
parent
11d5136043
commit
5de2344630
@ -58,8 +58,6 @@ void __init setup_arch(char **cmdline_p)
|
||||
__invalidate_dcache_all();
|
||||
__enable_dcache();
|
||||
|
||||
panic_timeout = 120;
|
||||
|
||||
setup_memory();
|
||||
|
||||
#if defined(CONFIG_SELFMOD_INTC) || defined(CONFIG_SELFMOD_TIMER)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user