]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] x86_64: Call do_notify_resume unconditionally in entry.S
authorAndi Kleen <ak@suse.de>
Sat, 16 Apr 2005 22:25:02 +0000 (15:25 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 16 Apr 2005 22:25:02 +0000 (15:25 -0700)
commit4a16f50494f21428eae1bee6756a03290cda4f19
tree31cb5d999c11ae57d801ba67c9e0269e6a634a14
parent9201df9ddadca600d8017797b83a455ea4561251
[PATCH] x86_64: Call do_notify_resume unconditionally in entry.S

This removes some unnecessary code in the assembly files.

Matches i386 behaviour.

In addition don't clear the work check mask after work has been done.
This fixes some theoretical signal/other event losses.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/entry.S