diff options
Diffstat (limited to 'arch/um/include/kern_util.h')
-rw-r--r-- | arch/um/include/kern_util.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/um/include/kern_util.h b/arch/um/include/kern_util.h index b98bdd8e052a..59cfa9e0cad0 100644 --- a/arch/um/include/kern_util.h +++ b/arch/um/include/kern_util.h | |||
@@ -21,13 +21,12 @@ struct kern_handlers { | |||
21 | kern_hndl timer_handler; | 21 | kern_hndl timer_handler; |
22 | }; | 22 | }; |
23 | 23 | ||
24 | extern struct kern_handlers handlinfo_kern; | 24 | extern const struct kern_handlers handlinfo_kern; |
25 | 25 | ||
26 | extern int ncpus; | 26 | extern int ncpus; |
27 | extern char *linux_prog; | 27 | extern char *linux_prog; |
28 | extern char *gdb_init; | 28 | extern char *gdb_init; |
29 | extern int kmalloc_ok; | 29 | extern int kmalloc_ok; |
30 | extern int timer_irq_inited; | ||
31 | extern int jail; | 30 | extern int jail; |
32 | extern int nsyscalls; | 31 | extern int nsyscalls; |
33 | 32 | ||