summaryrefslogtreecommitdiffstats
path: root/arch/s390/oprofile
diff options
context:
space:
mode:
authorMartin Schwidefsky <schwidefsky@de.ibm.com>2005-06-05 00:43:32 +0200
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-05 02:13:00 +0200
commit595bf2aacae96d0f87352a1ff5476b79e52e212f (patch)
tree049de411ab06dd7d32565c04231d0ff965eb8f9f /arch/s390/oprofile
parent[PATCH] s390: uml ptrace fixes (diff)
downloadlinux-595bf2aacae96d0f87352a1ff5476b79e52e212f.tar.xz
linux-595bf2aacae96d0f87352a1ff5476b79e52e212f.zip
[PATCH] s390: in_interrupt vs. in_atomic
The condition for no context in do_exception checks for hard and soft interrupts by using in_interrupt() but not for preemption. This is bad for the users of __copy_from/to_user_inatomic because the fault handler might call schedule although the preemption count is != 0. Use in_atomic() instead in_interrupt(). Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/s390/oprofile')
0 files changed, 0 insertions, 0 deletions