[PATCH 3/3] ARM: entry: Fix Thumb-2 undef handling for multi-CPU kernels
Dave Martin
dave.martin at linaro.org
Tue Aug 16 12:20:44 EDT 2011
On Tue, Aug 16, 2011 at 12:14:01PM -0400, Nicolas Pitre wrote:
> On Tue, 16 Aug 2011, Dave Martin wrote:
>
> > On Tue, Aug 16, 2011 at 4:47 PM, Nicolas Pitre <nicolas.pitre at linaro.org> wrote:
> > > On Tue, 16 Aug 2011, Tixy wrote:
> > >
> > >> On Tue, 2011-08-16 at 15:14 +0100, Dave Martin wrote:
> > >> [...]
> > >> > +#ifdef NEED_CPU_ARCHITECTURE
> > >> > + .align 2
> > >> > +.LCcpu_architecture:
> > >> > + .word __cpu_architecture
> > >> > +#endif
> > >>
> > >> What's the convention about the prefix '.LC' as opposed to just '.L'?
> > >
> > > The .Lfoo format is more widely used than .LCfoo in the tree.
> >
> > ...but .LCfoo is more widely used in entry-armv.S, for exactly the
> > same kind of thing.
>
> Just use the same style then.
OK, done.
Cheers
---Dave
More information about the linux-arm-kernel
mailing list