[PATCH] uml: IRQ handler tidying
authorJeff Dike <jdike@addtoit.com>
Sat, 10 Feb 2007 09:44:23 +0000 (01:44 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 11 Feb 2007 18:51:23 +0000 (10:51 -0800)
commitf2e62992a232544d612b7b95e932fbf3592944e1
tree2c845c925ed522453f69d5e8c772fc9153124c2d
parentf688144b827749879279c3ad272b8d874fc17231
[PATCH] uml: IRQ handler tidying

Tidying the irq code -
make a variable static
activate_fd can call kmalloc directly since it's now kernel code
added a no-locking comment
fixed a style violation

Signed-off-by: Jeff Dike <jdike@addtoit.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/irq.c
arch/um/os-Linux/irq.c