[RFC PATCH 07/15] ARM: uncompress: Move decompressing related stuff to decompress.c

Russell King - ARM Linux linux at arm.linux.org.uk
Mon Oct 24 05:23:23 EDT 2011


On Mon, Oct 24, 2011 at 10:17:56AM +0100, Russell King - ARM Linux wrote:
> On Sun, Oct 23, 2011 at 11:10:37PM +0200, Zoltan Devai wrote:
> > +void putstr(const char *ptr);
> > +void error(char *x);
> > +extern unsigned int __machine_arch_type;
> > +#define arch_id __machine_arch_type
> 
> Why do we need this new define?  arch_id in this file has only been a
> local parameter to a function, and with your changes it looks like all
> references have been removed.

Ignore this - it's needed for calls to arch_decomp_setup().



More information about the linux-arm-kernel mailing list