From: Jeremy Fitzhardinge Date: Wed, 2 May 2007 17:27:15 +0000 (+0200) Subject: [PATCH] i386: PARAVIRT: Clean up paravirt patchable wrappers X-Git-Tag: v2.6.22-rc1~1011^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a45b7aaa5051489b46afbc48509bd91f8b4a1ba;p=pandora-kernel.git [PATCH] i386: PARAVIRT: Clean up paravirt patchable wrappers Replace all the open-coded macros for generating calls with a pair of more general macros (__PVOP_CALL/VCALL), and redefine all the PVOP_V?CALL[0-4] in terms of them. [ Andrew, Andi: this should slot in immediately after "Document asm-i386/paravirt.h" (paravirt_ops-document-asm-i386-paravirth.patch) ] Signed-off-by: Jeremy Fitzhardinge Signed-off-by: Andi Kleen Cc: Ingo Molnar --- Reading git-diff-tree failed