mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-25 16:11:45 +00:00
[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:
parent
537ae946e8
commit
602cc24181
3 changed files with 0 additions and 13 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue