Skip to content

Commit

Permalink
microblaze: Remove panic_timeout init value
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michal Simek committed Dec 14, 2009
1 parent 11d5136 commit 5de2344
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/microblaze/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5de2344

Please sign in to comment.