summaryrefslogtreecommitdiff
path: root/arch/xtensa/kernel/syscalls.h
diff options
context:
space:
mode:
authorPaolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>2005-07-08 00:56:52 (GMT)
committerLinus Torvalds <torvalds@g5.osdl.org>2005-07-08 01:23:44 (GMT)
commit605a69ac81249cca531cdc6b3e695f15dda63102 (patch)
treef42d781478ddf14288d3952263363efde1bc45a2 /arch/xtensa/kernel/syscalls.h
parent3f580470baa3afc423e38fdc6e19667446b5aac0 (diff)
downloadlinux-605a69ac81249cca531cdc6b3e695f15dda63102.tar.xz
[PATCH] uml: remove winch sem
Replace a semaphore (winch_handler_sem) used in atomic code with a spinlock, and reduces as needed the amount of protected code to the bare minimum (for instance no kmalloc calls are needed). This fixes the last problems with spinlocking (in UP mode with DEBUG options); the semaphore, taken inside spinlocks, caused a "spin_lock was already locked" warning, without this patch. Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Cc: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/xtensa/kernel/syscalls.h')
0 files changed, 0 insertions, 0 deletions