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:
quoted
+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().