* David S. Miller <[email protected]> wrote:
> From: Pavel Machek <[email protected]>
> Date: Wed, 11 Jan 2006 23:40:13 +0100
>
> > likely is the evil part here. What about this? Should make this bug
> > impossible to do....
> >
> > Signed-off-by: Pavel Machek <[email protected]>
>
> This doesn't let you do:
>
> if (likely(y) || unlikely(x))
hm, why not? It will expand to:
if ((__builtin_expect(!!(y), 1)) || (__builtin_expect(!!(x), 0)))
which seems correct to me. Pavel only added extra parantheses, to make
the simple case more readable.
Ingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]