[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120201100153.GM24948@tbergstrom-lnx.Nvidia.com>
Date: Wed, 1 Feb 2012 12:01:53 +0200
From: Peter De Schrijver <pdeschrijver@...dia.com>
To: Olof Johansson <olof@...om.net>
CC: Colin Cross <ccross@...roid.com>,
Stephen Warren <swarren@...dia.com>,
Russell King <linux@....linux.org.uk>,
Gary King <gking@...dia.com>, "Arnd Bergmann" <arnd@...db.de>,
"linux-tegra@...r.kernel.org" <linux-tegra@...r.kernel.org>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v2 3/8] ARM: tegra: rework Tegra secondary CPU core
bringup
On Wed, Feb 01, 2012 at 08:54:48AM +0100, Olof Johansson wrote:
> 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?
Yes. It's not used anywhere though :) So I will leave it out in the next version.
Cheers,
Peter.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists