|
@@ -120,20 +120,11 @@ extern int is_syscall(unsigned long addr);
|
|
extern void free_irq(unsigned int, void *);
|
|
extern void free_irq(unsigned int, void *);
|
|
extern int cpu(void);
|
|
extern int cpu(void);
|
|
|
|
|
|
|
|
+extern void time_init_kern(void);
|
|
|
|
+
|
|
/* Are we disallowed to sleep? Used to choose between GFP_KERNEL and GFP_ATOMIC. */
|
|
/* Are we disallowed to sleep? Used to choose between GFP_KERNEL and GFP_ATOMIC. */
|
|
extern int __cant_sleep(void);
|
|
extern int __cant_sleep(void);
|
|
extern void segv_handler(int sig, union uml_pt_regs *regs);
|
|
extern void segv_handler(int sig, union uml_pt_regs *regs);
|
|
extern void sigio_handler(int sig, union uml_pt_regs *regs);
|
|
extern void sigio_handler(int sig, union uml_pt_regs *regs);
|
|
|
|
|
|
#endif
|
|
#endif
|
|
-
|
|
|
|
-/*
|
|
|
|
- * Overrides for Emacs so that we follow Linus's tabbing style.
|
|
|
|
- * Emacs will notice this stuff at the end of the file and automatically
|
|
|
|
- * adjust the settings for this buffer only. This must remain at the end
|
|
|
|
- * of the file.
|
|
|
|
- * ---------------------------------------------------------------------------
|
|
|
|
- * Local variables:
|
|
|
|
- * c-file-style: "linux"
|
|
|
|
- * End:
|
|
|
|
- */
|
|
|