Re: [PATCH] 2.4.22pre10: {,un}likely_p() macros for pointers

From: Willy Tarreau
Date: Sun Aug 10 2003 - 03:07:45 EST


On Sun, Aug 10, 2003 at 09:29:45AM +0200, Willy Tarreau wrote:
> likely => __builtin_expect(!(x), 0)

hmmm silly me, forget it, it will return the opposite. We should use !!(x),1.

Willy

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/