ARM: use read_cpuid_id() instead of read_cpuid(CPUID_ID)
commitac52e83f4c76992925e13d0f4e901ffd4c207261
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Wed, 30 Jan 2013 16:38:21 +0000 (30 17:38 +0100)
committerUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Thu, 31 Jan 2013 20:44:47 +0000 (31 21:44 +0100)
tree46fe1ef82ed53be1c3cb546f0efdef7c0bb52a42
parent473296e072ae77e96586dcb39a1dd5d10db22611
ARM: use read_cpuid_id() instead of read_cpuid(CPUID_ID)

Both calls are identical currently. This patch prepares to deprecate
read_cpuid on machines without cp15.

Also move an unconditional usage of read_cpuid_cachetype to a more local
scope as read_cpuid_cachetype uses read_cpuid, too.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Message-Id: 1359646587-1788-1-git-send-email-u.kleine-koenig@pengutronix.de
arch/arm/kernel/setup.c
arch/arm/kernel/smp_scu.c
arch/arm/mach-omap2/id.c
arch/arm/mach-omap2/omap-smp.c