Re: [PATCH] kbuild, LLVMLinux: Fix asm-offset generation to work with clang

From: Arnd Bergmann
Date: Wed Sep 24 2014 - 06:37:22 EST


On Tuesday 23 September 2014 12:25:31 behanw@xxxxxxxxxxxxxxxxxx wrote:
>
> #define DEFINE(sym, val) \
> - asm volatile("\n->" #sym " %0 " #val : : "i" (val))
> + asm volatile("\n@->" #sym " %0 " #val : : "i" (val))

Isn't the '@' character to start a comment architecture specific?

If this makes it work on ARM, what about other architectures?

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