[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)
commit11b854b2f10f398f9a18c65e202853f929dd3185
treee982392c93dca9dbdb8aa5bd587a8f6e07bb0ccf
parent36c1104e309fe93375e67cdbdb2a980f23965f3b
[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