[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:17:56 EDT 2011


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.



More information about the linux-arm-kernel mailing list