From: Greg Ungerer Date: Fri, 23 May 2008 07:31:39 +0000 (+0100) Subject: [ARM] 5053/1: define before use of processor_id X-Git-Tag: v2.6.26-rc4~12^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=415ad1e50abcc86c235a42fbab57f2b6134412d7;p=pandora-kernel.git [ARM] 5053/1: define before use of processor_id For the simple read_cpuid() macro case the variable processor_id has no definition on use of the macro. Add an extern for it. Move all the processor ID macros into the #ifndef __ASSEMBLEY__ block. Signed-off-by: Greg Ungerer Signed-off-by: Russell King --- Reading git-diff-tree failed