commit | 415ad1e50abcc86c235a42fbab57f2b6134412d7 | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@snapgear.com> | Fri May 23 08:31:39 2008 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Fri May 23 13:50:08 2008 +0100 |
tree | 544076100f62d1210a8f4babe2fed7f62afa92c5 | |
parent | 66aaeff1c27545909e502546120be2c5432394e3 [diff] |
[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>