[PATCH] uml: Remove unused variable
timer_irq_inited was useless, so it is removed. Signed-off-by: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
537ae946e8
commit
602cc24181
@ -27,7 +27,6 @@ extern int ncpus;
|
||||
extern char *linux_prog;
|
||||
extern char *gdb_init;
|
||||
extern int kmalloc_ok;
|
||||
extern int timer_irq_inited;
|
||||
extern int jail;
|
||||
extern int nsyscalls;
|
||||
|
||||
|
Reference in New Issue
Block a user