From mboxrd@z Thu Jan 1 00:00:00 1970 From: linux@arm.linux.org.uk (Russell King - ARM Linux) Date: Mon, 24 Oct 2011 10:17:56 +0100 Subject: [RFC PATCH 07/15] ARM: uncompress: Move decompressing related stuff to decompress.c In-Reply-To: <1319404245-12740-7-git-send-email-zoss@devai.org> References: <1319404245-12740-1-git-send-email-zoss@devai.org> <1319404245-12740-7-git-send-email-zoss@devai.org> Message-ID: <20111024091756.GC9893@n2100.arm.linux.org.uk> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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.