[PATCH v2 3/8] ARM: tegra: rework Tegra secondary CPU core bringup
Olof Johansson
olof at lixom.net
Wed Feb 1 02:54:48 EST 2012
On Tue, Jan 31, 2012 at 06:40:41PM +0200, Peter De Schrijver wrote:
> + .align L1_CACHE_SHIFT
> + .type __tegra_cpu_reset_handler_data, %object
> + .globl __tegra_cpu_reset_handler_data
> +__tegra_cpu_reset_handler_data:
> + .rept TEGRA_RESET_DATA_SIZE
> + .long 0
> + .endr
> + .size __tegra_cpu_reset_handler_data, .-tegra_cpu_reset_handler_data
> + .align L1_CACHE_SHIFT
> +
This doesn't build:
/tmp/ccPd4Pcj.s: Assembler messages:
/tmp/ccPd4Pcj.s: Error: .size expression for __tegra_cpu_reset_handler_data does not evaluate to a constant
Did you mean .-__tegra_cpu_reset_handler_data there?
-Olof
More information about the linux-arm-kernel
mailing list