Re: [PATCH 2/17] Generic backward compatibility includes for 4level

From: Arjan van de Ven
Date: Mon Oct 25 2004 - 11:55:41 EST


> >
> > Don't we normally add do { } while (0) after empty macros which look like
> > a function?
>
> iirc Rusty tried to come up with an example some time ago where it actually
> made a difference, but failed. But I can change it.


if (foo)
bar();
else
pml4_ERROR(x);
something_else();

--

-
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/