]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitb6d25efc84daa1dbbda972830421d0209f2b0c68
tree544076100f62d1210a8f4babe2fed7f62afa92c5
parent228541e879f6f56de4833c2e2f1ff269cf7c6b21
[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