[PATCH 6/6] ARM: make BSYM macro assembly only
Dave Martin
dave.martin at linaro.org
Fri Jan 13 09:03:39 EST 2012
On Mon, Jan 09, 2012 at 04:45:46PM -0600, Rob Herring wrote:
> From: Rob Herring <rob.herring at calxeda.com>
>
> BSYM macro is only needed for assembly files and its usage in c files is
> wrong, so only define it for assembly.
>
> Signed-off-by: Rob Herring <rob.herring at calxeda.com>
> Cc: Dave Martin <dave.martin at linaro.org>
Acked-by: Dave Martin <dave.martin at linaro.org>
> ---
> arch/arm/include/asm/unified.h | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/include/asm/unified.h b/arch/arm/include/asm/unified.h
> index bc63116..f5989f4 100644
> --- a/arch/arm/include/asm/unified.h
> +++ b/arch/arm/include/asm/unified.h
> @@ -37,8 +37,8 @@
> #define THUMB(x...) x
> #ifdef __ASSEMBLY__
> #define W(instr) instr.w
> -#endif
> #define BSYM(sym) sym + 1
> +#endif
>
> #else /* !CONFIG_THUMB2_KERNEL */
>
> @@ -49,8 +49,8 @@
> #define THUMB(x...)
> #ifdef __ASSEMBLY__
> #define W(instr) instr
> -#endif
> #define BSYM(sym) sym
> +#endif
>
> #endif /* CONFIG_THUMB2_KERNEL */
>
> --
> 1.7.5.4
>
More information about the linux-arm-kernel
mailing list