summaryrefslogtreecommitdiffstats
path: root/arch/microblaze
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2009-12-08 17:49:21 +0100
committerMichal Simek <monstr@monstr.eu>2009-12-14 08:45:09 +0100
commit5de23446300a4b2170efd048ae2ec65022650650 (patch)
treefd9cf25768b867d4d6d5c5eeb9dc772afe902896 /arch/microblaze
parent11d5136043424ec6980293210ae774d3ab9646b2 (diff)
downloadop-kernel-dev-5de23446300a4b2170efd048ae2ec65022650650.zip
op-kernel-dev-5de23446300a4b2170efd048ae2ec65022650650.tar.gz
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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/microblaze/kernel/setup.c b/arch/microblaze/kernel/setup.c
index acd70fe..1c3f18b 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)
OpenPOWER on IntegriCloud