From: Jeremy Fitzhardinge Date: Sat, 31 Jan 2009 07:18:41 +0000 (-0800) Subject: x86/vmi: fix interrupt enable/disable/save/restore calling convention. X-Git-Tag: v2.6.30-rc1~2^2~50^2~46^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=664c7954721adfc9bd61de6ec78f89f482f1a802;p=pandora-kernel.git x86/vmi: fix interrupt enable/disable/save/restore calling convention. Zach says: > Enable/Disable have no clobbers at all. > Save clobbers only return value, %eax > Restore also clobbers nothing. This is precisely compatible with the calling convention, so we can just call them directly without wrapping. (Compile tested only.) Signed-off-by: Jeremy Fitzhardinge Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed