thanks, new diffs attached Andreas Schwab wrote: > > Manik Raina writes: > > |> diff -u -r linux-2.5.22/include/asm-ia64/delay.h linux-likely-patch/include/asm-ia64/delay.h > |> --- linux-2.5.22/include/asm-ia64/delay.h Mon Jun 17 08:01:23 2002 > |> +++ linux-likely-patch/include/asm-ia64/delay.h Fri Jun 21 11:18:00 2002 > |> @@ -15,6 +15,7 @@ > |> #include > |> #include > |> #include > |> +#include > |> > |> #include > |> > |> @@ -52,7 +53,7 @@ > |> > |> __asm__ __volatile__("mov %0=ar.itc" : "=r"(result) :: "memory"); > |> #ifdef CONFIG_ITANIUM > |> - while (__builtin_expect ((__s32) result == -1, 0)) > |> + while (unlikely((__s32) result == -1) > > This doesn't compile, it lacks a paren. > > Andreas. > > -- > Andreas Schwab, SuSE Labs, schwab@suse.de > SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg > Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 > "And now for something completely different."