Re: [PATCH 2.5.54] cpufreq: update timer notifier

From: Andrew Morton (akpm@digeo.com)
Date: Mon Jan 06 2003 - 16:34:31 EST


Dominik Brodowski wrote:
>
> +#else
> +#define adjust_jiffies(...)
> +#endif

This will fail to compile on gcc-2.91.66. It's OK on 2.95.3.

sparc64 requires a compiler of similar vintage (2.92.11), so
I am trying to keep 2.91.66-on-x86 limping along so that breakage
can be detected more easily.

Please use

        #define adjust_jiffies(x...) do {} while (0)

here. Or an empty inline, which tends to be nicer, because you
still get argument type checking.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Jan 07 2003 - 22:00:33 EST