diff options
author | Jeff Dike <jdike@addtoit.com> | 2008-02-05 01:31:16 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-05 12:44:30 -0500 |
commit | 3a24ebf0cb2ca44fdcdb5cae9ed2e778e5170f97 (patch) | |
tree | fe67635a8efdd58fade83eb573a0ed88c9c816b1 /arch/um/include | |
parent | cfef8f34e7cf57f3d278ceda79c85112dec13dc6 (diff) |
uml: remove init_irq_signals
init_irq_signals doesn't need to be called from the context of a new process.
It initializes handlers, which are useless in process context. With that call
gone, init_irq_signals has only one caller, so it can be inlined into
init_new_thread_signals.
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/um/include')
-rw-r--r-- | arch/um/include/os.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/include/os.h b/arch/um/include/os.h index b9779ac5e5d7..0b6b62733303 100644 --- a/arch/um/include/os.h +++ b/arch/um/include/os.h | |||
@@ -285,7 +285,6 @@ extern void os_free_irq_later(struct irq_fd *active_fds, | |||
285 | extern int os_get_pollfd(int i); | 285 | extern int os_get_pollfd(int i); |
286 | extern void os_set_pollfd(int i, int fd); | 286 | extern void os_set_pollfd(int i, int fd); |
287 | extern void os_set_ioignore(void); | 287 | extern void os_set_ioignore(void); |
288 | extern void init_irq_signals(int on_sigstack); | ||
289 | 288 | ||
290 | /* sigio.c */ | 289 | /* sigio.c */ |
291 | extern int add_sigio_fd(int fd); | 290 | extern int add_sigio_fd(int fd); |