commit | 11b854b2f10f398f9a18c65e202853f929dd3185 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Sat Apr 16 15:25:02 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Sat Apr 16 15:25:02 2005 -0700 |
tree | e982392c93dca9dbdb8aa5bd587a8f6e07bb0ccf | |
parent | 36c1104e309fe93375e67cdbdb2a980f23965f3b [diff] |
[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>