uml: tidy IRQ code
authorJeff Dike <jdike@addtoit.com>
Fri, 11 May 2007 05:22:32 +0000 (22:22 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 11 May 2007 15:29:33 +0000 (08:29 -0700)
commit2ea5bc5e5bb51492f189bba44045e0de7decf4a0
tree3451944d97b58989fcc4c06ec70d9f43aaaf3b0a
parente1a79c400a86f2f6a6735480e31f6ee159e76fa2
uml: tidy IRQ code

Some tidying of the irq code before introducing irq stacks.  Mostly
style fixes, but the timer handler calls the timer code directly
rather than going through the generic sig_handler_common_skas.

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>
arch/um/kernel/init_task.c
arch/um/kernel/irq.c
arch/um/os-Linux/signal.c
arch/um/os-Linux/skas/process.c