From: Jeremy Fitzhardinge Date: Wed, 2 May 2007 17:27:13 +0000 (+0200) Subject: [PATCH] i386: PARAVIRT: use paravirt_nop to consistently mark no-op operations X-Git-Tag: v2.6.22-rc1~1011^2~100 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45876233605c268e929a7875081e129debe34bdc;p=pandora-kernel.git [PATCH] i386: PARAVIRT: use paravirt_nop to consistently mark no-op operations Add a _paravirt_nop function for use as a stub for no-op operations, and paravirt_nop #defined void * version to make using it easier (since all its uses are as a void *). This is useful to allow the patcher to automatically identify noop operations so it can simply nop out the callsite. Signed-off-by: Jeremy Fitzhardinge Signed-off-by: Andi Kleen Acked-by: Ingo Molnar [mingo] but only as a cleanup of the current open-coded (void *) casts. My problem with this is that it loses the types. Not that there is much to check for, but still, this adds some assumptions about how function calls look like --- Reading git-diff-tree failed