Re: [PATCH v2 65/76] ARC: UAPI Disintegrate arch/arc/include/asm

From: David Howells
Date: Thu Jan 24 2013 - 08:28:11 EST


James Hogan <james.hogan@xxxxxxxxxx> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/