From: Andi Kleen Date: Sat, 16 Apr 2005 22:25:04 +0000 (-0700) Subject: [PATCH] x86_64: Fix a small missing schedule race X-Git-Tag: v2.6.12-rc3~162 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdd219cd1f9e657aead247dfa1ecfdeb37efdf70;p=pandora-kernel.git [PATCH] x86_64: Fix a small missing schedule race Could lead to a lost reschedule event when the process already rescheduled on exception exit, and needs it again while still being in the kernel. Unlikely case though. Also remove one redundant cli in another entry.S path. Signed-off-by: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed