]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit0d0bddf1205b356d90087c5076b65f868a22622e
tree2c845c925ed522453f69d5e8c772fc9153124c2d
parentffcc60fc8f3cbdc3b9a83ea094aa178b6d6fad4b
[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