Re: [PATCH] smp_call_function_single() should be a macro on UP

From: Linus Torvalds
Date: Tue Jul 17 2007 - 20:08:49 EST




On Wed, 18 Jul 2007, Ben Dooks wrote:
>
> This has broken _all_ ARM builds, due to using WARN_ON()
> in this header.

I think Al's patch already fixes that, since now it's back to being a
macro, and thus the whole WARN_ON() is only visible where the macro is
_used_, not in the header itself.

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