소스 검색

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>
Michal Simek 16 년 전
부모
커밋
5de2344630
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      arch/microblaze/kernel/setup.c

+ 0 - 2
arch/microblaze/kernel/setup.c

@@ -58,8 +58,6 @@ void __init setup_arch(char **cmdline_p)
 	__invalidate_dcache_all();
 	__invalidate_dcache_all();
 	__enable_dcache();
 	__enable_dcache();
 
 
-	panic_timeout = 120;
-
 	setup_memory();
 	setup_memory();
 
 
 #if defined(CONFIG_SELFMOD_INTC) || defined(CONFIG_SELFMOD_TIMER)
 #if defined(CONFIG_SELFMOD_INTC) || defined(CONFIG_SELFMOD_TIMER)