Re: [patch 03/26] Xen-paravirt_ops: use paravirt_nop to consistently mark no-op operations
From: Jeremy Fitzhardinge <hidden>
Date: 2007-03-16 20:01:06
Also in:
lkml, xen-devel
From: Jeremy Fitzhardinge <hidden>
Date: 2007-03-16 20:01:06
Also in:
lkml, xen-devel
Chris Wright wrote:
how about __paravirt_nop_start < func < __paravirt_nop_end and preserve the types?
Er? The reason for the (void *) cast is to stop gcc complaining about
mismatched pointer types.
J