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/os.h | |
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/os.h')
-rw-r--r-- | arch/um/include/os.h | 1 |
1 files changed, 1 insertions, 0 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 */ |