[PATCH] uml: move SIGIO startup code to os-Linux/start_up.c
The serial UML OS-abstraction layer patch (um/kernel dir). This moves all startup code from sigio_user.c file under os-Linux dir Signed-off-by: Gennady Sharapov <Gennady.V.Sharapov@intel.com> Signed-off-by: Jeff Dike <jdike@addtoit.com> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> 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
9b4f018d92
commit
8e367065ee
@@ -161,6 +161,7 @@ extern int os_lock_file(int fd, int excl);
|
||||
/* start_up.c */
|
||||
extern void os_early_checks(void);
|
||||
extern int can_do_skas(void);
|
||||
extern void os_check_bugs(void);
|
||||
|
||||
/* Make sure they are clear when running in TT mode. Required by
|
||||
* SEGV_MAYBE_FIXABLE */
|
||||
|
@@ -8,7 +8,6 @@
|
||||
|
||||
extern int write_sigio_irq(int fd);
|
||||
extern int register_sigio_fd(int fd);
|
||||
extern int read_sigio_fd(int fd);
|
||||
extern int add_sigio_fd(int fd, int read);
|
||||
extern int ignore_sigio_fd(int fd);
|
||||
extern void sigio_lock(void);
|
||||
|
Reference in New Issue
Block a user