diff options
author | Michal Simek <monstr@monstr.eu> | 2009-12-08 19:49:21 +0300 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2009-12-14 10:45:09 +0300 |
commit | 5de23446300a4b2170efd048ae2ec65022650650 (patch) | |
tree | fd9cf25768b867d4d6d5c5eeb9dc772afe902896 /arch/microblaze | |
parent | 11d5136043424ec6980293210ae774d3ab9646b2 (diff) | |
download | linux-5de23446300a4b2170efd048ae2ec65022650650.tar.xz |
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>
Diffstat (limited to 'arch/microblaze')
-rw-r--r-- | arch/microblaze/kernel/setup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/microblaze/kernel/setup.c b/arch/microblaze/kernel/setup.c index acd70fe30a71..1c3f18ba8af1 100644 --- a/arch/microblaze/kernel/setup.c +++ b/arch/microblaze/kernel/setup.c @@ -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) |