diff options
Diffstat (limited to 'arch/um/include')
-rw-r--r-- | arch/um/include/common-offsets.h | 2 | ||||
-rw-r--r-- | arch/um/include/kern_util.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/arch/um/include/common-offsets.h b/arch/um/include/common-offsets.h index 439b91f141a5..54694693f400 100644 --- a/arch/um/include/common-offsets.h +++ b/arch/um/include/common-offsets.h | |||
@@ -32,3 +32,5 @@ DEFINE(UM_GFP_ATOMIC, GFP_ATOMIC); | |||
32 | DEFINE(crypto_tfm_ctx_offset, offsetof(struct crypto_tfm, __crt_ctx)); | 32 | DEFINE(crypto_tfm_ctx_offset, offsetof(struct crypto_tfm, __crt_ctx)); |
33 | 33 | ||
34 | DEFINE(UM_THREAD_SIZE, THREAD_SIZE); | 34 | DEFINE(UM_THREAD_SIZE, THREAD_SIZE); |
35 | |||
36 | DEFINE(UM_HZ, HZ); | ||
diff --git a/arch/um/include/kern_util.h b/arch/um/include/kern_util.h index 7e7e84e4bc53..74ce8e5370a6 100644 --- a/arch/um/include/kern_util.h +++ b/arch/um/include/kern_util.h | |||
@@ -64,7 +64,6 @@ extern void paging_init(void); | |||
64 | extern void init_flush_vm(void); | 64 | extern void init_flush_vm(void); |
65 | extern void *syscall_sp(void *t); | 65 | extern void *syscall_sp(void *t); |
66 | extern void syscall_trace(struct uml_pt_regs *regs, int entryexit); | 66 | extern void syscall_trace(struct uml_pt_regs *regs, int entryexit); |
67 | extern int hz(void); | ||
68 | extern unsigned int do_IRQ(int irq, struct uml_pt_regs *regs); | 67 | extern unsigned int do_IRQ(int irq, struct uml_pt_regs *regs); |
69 | extern void interrupt_end(void); | 68 | extern void interrupt_end(void); |
70 | extern void initial_thread_cb(void (*proc)(void *), void *arg); | 69 | extern void initial_thread_cb(void (*proc)(void *), void *arg); |