|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] linux: simplify and perform checking of multical
On 26/3/07 15:54, "Jan Beulich" <jbeulich@xxxxxxxxxx> wrote:
> +static inline int
> +HYPERVISOR_multicall_check(
> + multicall_entry_t *call_list, int nr_calls,
> + const unsigned long *rc_list)
> +{
> + int rc = HYPERVISOR_multicall(call_list, nr_calls);
> +
> + if (unlikely(rc == 0))
> + return rc;
ITYM unlikely(rc != 0)?
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- Re: [Xen-devel] [PATCH] linux: simplify and perform checking of multicall status,
Keir Fraser <=
|
|
|
|
|