From: Andi Kleen Date: Sat, 16 Apr 2005 22:25:02 +0000 (-0700) Subject: [PATCH] x86_64: Call do_notify_resume unconditionally in entry.S X-Git-Tag: v2.6.12-rc3~164 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11b854b2f10f398f9a18c65e202853f929dd3185;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed