OSDN Git Service

[ARM] 5053/1: define before use of processor_id
authorGreg Ungerer <gerg@snapgear.com>
Fri, 23 May 2008 07:31:39 +0000 (08:31 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 23 May 2008 12:50:08 +0000 (13:50 +0100)
commit415ad1e50abcc86c235a42fbab57f2b6134412d7
tree544076100f62d1210a8f4babe2fed7f62afa92c5
parent66aaeff1c27545909e502546120be2c5432394e3
[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 <gerg@uclinux.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
include/asm-arm/system.h