Re: More cleanups for swsusp

From: Pavel Machek
Date: Wed Jan 21 2004 - 19:18:25 EST


Hi!

> > > + BUG_ON (sizeof(struct link) != PAGE_SIZE);
> >
> > Looking at the code, this hardly seems worth checking. But the compiler
> > should just rub this code out anwyay, so whatever.
> >
> > hmm, one could do:
> >
> > #define compile_time_assert(expr) \
>
> Already there: BUILD_BUG & BUILD_BUG_ON.

Unfortunately that one gives no message to the user (AFAICS), so
if/when people use it extensively, it will get nasty.
Pavel
--
When do you have a heart between your knees?
[Johanka's followup: and *two* hearts?]
-
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/