From: Avi Kivity Date: Sun, 15 May 2011 14:13:13 +0000 (-0400) Subject: KVM: VMX: always_inline VMREADs X-Git-Tag: v3.1-rc1~264^2~137 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96304217a783a65c0923a26f54141cfe7a2a71b5;p=pandora-kernel.git KVM: VMX: always_inline VMREADs vmcs_readl() and friends are really short, but gcc thinks they are long because of the out-of-line exception handlers. Mark them always_inline to clear the misunderstanding. Signed-off-by: Avi Kivity Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed