kernel_optimize_test/arch/i386
Vadim Lobanov 8477b55ba1 [PATCH] i386: remove redundant might_sleep() in user accessors.
On i386, the user space accessor functions copy_from/to_user() both invoke
might_sleep(), do a quick sanity check, and then pass the work on to their
__copy_from/to_user() counterparts, which again invoke might_sleep().
Given that no actual work happens between these two calls, it is best to
eliminate one of the redundant might_sleep()s.

Signed-off-by: Vadim Lobanov <vlobanov@speakeasy.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-07-14 21:53:52 -07:00
..
boot
crypto
kernel [PATCH] i386 kexec: allow the kexec on panic support to compile on voyager 2006-07-14 21:53:51 -07:00
lib [PATCH] i386: remove redundant might_sleep() in user accessors. 2006-07-14 21:53:52 -07:00
mach-default
mach-es7000
mach-generic
mach-visws
mach-voyager
math-emu
mm
oprofile [PATCH] x86_64: Allow oprofile for model P4 models 2006-07-10 15:12:33 -07:00
pci [PATCH] PCI: poper prototype for arch/i386/pci/pcbios.c:pcibios_sort() 2006-07-12 16:05:48 -07:00
power
defconfig [PATCH] i386 defconfig: set CONFIG_PM_STD_PARTITION="" 2006-07-10 13:24:22 -07:00
Kconfig
Kconfig.cpu
Kconfig.debug
Makefile
Makefile.cpu