From: Ingo Molnar Date: Mon, 12 Feb 2007 08:54:33 +0000 (-0800) Subject: [PATCH] kvm: optimize inline assembly X-Git-Tag: v2.6.21-rc1~274^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96958231cea5985e32db2ae1125ec20483e3556b;p=pandora-kernel.git [PATCH] kvm: optimize inline assembly Forms like "0(%rsp)" generate an instruction with an unnecessary one byte displacement under certain circumstances. replace with the equivalent "(%rsp)". Signed-off-by: Avi Kivity Cc: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed