From: Avi Kivity Date: Sun, 24 Apr 2011 08:11:51 +0000 (+0300) Subject: x86: Demacro CONFIG_PARAVIRT cpu accessors X-Git-Tag: v3.0-rc1~399^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15d6aba24d88231415f4e7e091c0f1e60c3e6fd5;p=pandora-kernel.git x86: Demacro CONFIG_PARAVIRT cpu accessors Recently, we had a build failure on !CONFIG_PARAVIRT due to a callback ->wbinvd() clashing with a macro wbinvd(). While we worked around the issue, avoid it in the future by changing the macro (and a few surrounding ones) to an inline function. Signed-off-by: Avi Kivity Cc: "H. Peter Anvin" Link: http://lkml.kernel.org/r/1303632711-21662-1-git-send-email-avi@redhat.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed