[U-Boot] [PATCH v3 1/6] arm: adapt asm/linkage.h from Linux

Mike Frysinger vapier at gentoo.org
Thu Feb 23 17:57:20 CET 2012


On Thursday 23 February 2012 10:24:36 Tom Rini wrote:
> On Thu, Feb 23, 2012 at 09:59:00AM -0500, Mike Frysinger wrote:
> > On Thursday 23 February 2012 09:06:01 Aneesh V wrote:
> > > --- /dev/null
> > > +++ b/arch/arm/include/asm/linkage.h
> > > @@ -0,0 +1,11 @@
> > > +#ifndef __ASM_LINKAGE_H
> > > +#define __ASM_LINKAGE_H
> > 
> > needs copyright/license comment header
> 
> This is a copy/paste from the kernel version.  I think we just need to
> say what commit this is pulled from for future re-syncs.
> 
> > > +#define ENDPROC(name) \
> > > +.type name, %function; \
> > > +END(name)
> > 
> > please change linux/linkage.h instead.  % should be safe for everyone.
> 
> Do we really want to diverge from the kernel here?

u-boot's linux/linkage.h already has.  prob could push this particular fix back 
to Linux ...
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20120223/934c619e/attachment.pgp>


More information about the U-Boot mailing list