[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <26124.1359034092@warthog.procyon.org.uk>
Date: Thu, 24 Jan 2013 13:28:12 +0000
From: David Howells <dhowells@...hat.com>
To: Vineet Gupta <Vineet.Gupta1@...opsys.com>,
James Hogan <james.hogan@...tec.com>
Cc: dhowells@...hat.com, linux-arch@...r.kernel.org,
linux-kernel@...r.kernel.org, arnd@...db.de
Subject: Re: [PATCH v2 65/76] ARC: UAPI Disintegrate arch/arc/include/asm
James Hogan <james.hogan@...tec.com> wrote:
> > BTW looking at metag port, it seems that <asm/setup.h> does #include
> > <uapi/asm/setup.h>, but latter doesn't exist in the repository - is it
> > generated for you James or is this same issue which David elucidated to
> > above ?
>
> We have generic-y += setup.h in arch/metag/include/uapi/asm/Kbuild for this
Vineet can't do that as his COMMAND_LINE_SIZE is different to the standard and
also not placed in his UAPI setup.h.
So far, only user-mode Linux and x86 don't put COMMAND_LINE_SIZE in
uapi/asm/setup.h. Everything else does.
grep -r 'define\s*COMMAND_LINE_SIZE' arch/*/include | grep -v /uapi/
Not sure if that's needed to build a bootloader or not.
David
--
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