diff options
author | Jeff Dike <jdike@addtoit.com> | 2006-03-27 04:14:32 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-27 11:44:38 -0500 |
commit | 8e367065eea04a6fde5cb8f3854164af99c45693 (patch) | |
tree | ed43afe11ac49b992218b83a481a9e1db87160f9 /arch/um/include | |
parent | 9b4f018d92dbeff9305b4cf4aa80874c3974cfcc (diff) |
[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>
Diffstat (limited to 'arch/um/include')
-rw-r--r-- | arch/um/include/os.h | 1 | ||||
-rw-r--r-- | arch/um/include/sigio.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/include/os.h b/arch/um/include/os.h index efae3e6acb5b..6d865d4eade0 100644 --- a/arch/um/include/os.h +++ b/arch/um/include/os.h | |||
@@ -161,6 +161,7 @@ extern int os_lock_file(int fd, int excl); | |||
161 | /* start_up.c */ | 161 | /* start_up.c */ |
162 | extern void os_early_checks(void); | 162 | extern void os_early_checks(void); |
163 | extern int can_do_skas(void); | 163 | extern int can_do_skas(void); |
164 | extern void os_check_bugs(void); | ||
164 | 165 | ||
165 | /* Make sure they are clear when running in TT mode. Required by | 166 | /* Make sure they are clear when running in TT mode. Required by |
166 | * SEGV_MAYBE_FIXABLE */ | 167 | * SEGV_MAYBE_FIXABLE */ |
diff --git a/arch/um/include/sigio.h b/arch/um/include/sigio.h index 37d76e29a147..1432fcfb3212 100644 --- a/arch/um/include/sigio.h +++ b/arch/um/include/sigio.h | |||
@@ -8,7 +8,6 @@ | |||
8 | 8 | ||
9 | extern int write_sigio_irq(int fd); | 9 | extern int write_sigio_irq(int fd); |
10 | extern int register_sigio_fd(int fd); | 10 | extern int register_sigio_fd(int fd); |
11 | extern int read_sigio_fd(int fd); | ||
12 | extern int add_sigio_fd(int fd, int read); | 11 | extern int add_sigio_fd(int fd, int read); |
13 | extern int ignore_sigio_fd(int fd); | 12 | extern int ignore_sigio_fd(int fd); |
14 | extern void sigio_lock(void); | 13 | extern void sigio_lock(void); |