Searched hist:c65badbdf5dc117e45873e760f807063ad59a854 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/um/os-Linux/ |
H A D | sigio.c | diff c65badbdf5dc117e45873e760f807063ad59a854 Sun May 06 16:51:06 CDT 2007 Jeff Dike <jdike@addtoit.com> uml: move SIGIO testing to sigio.c
This patch narrows the sigio interface. The boot-time SIGIO testing used to be in start_up.c, which meant that pty_output_sigio and pty_close_sigio needed to be global. By moving that code here, those can become static and the declarations moved from user_util.h.
os_check_bugs is also here because it only does the SIGIO checking. If it does more, it'll probably move back to start_up.c.
Signed-off-by: Jeff Dike <jdike@linux.intel.com> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
H A D | start_up.c | diff c65badbdf5dc117e45873e760f807063ad59a854 Sun May 06 16:51:06 CDT 2007 Jeff Dike <jdike@addtoit.com> uml: move SIGIO testing to sigio.c
This patch narrows the sigio interface. The boot-time SIGIO testing used to be in start_up.c, which meant that pty_output_sigio and pty_close_sigio needed to be global. By moving that code here, those can become static and the declarations moved from user_util.h.
os_check_bugs is also here because it only does the SIGIO checking. If it does more, it'll probably move back to start_up.c.
Signed-off-by: Jeff Dike <jdike@linux.intel.com> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|