RE: [PATCH 1/4] ARM: SAMSUNG: Add support for detecting CPU at runtime

2011-08-22 Thread Kukjin Kim
Russell King - ARM Linux wrote: > > On Sat, Aug 20, 2011 at 02:05:56PM +0900, Kukjin Kim wrote: > > The cpu_is_[name]() can be used to distinguish cpu at runtime. > > This really should be soc_is_xxx(). The CPU is stuff like ARM920, ARM926, > Cortex-A9 etc. The SoC is the CPU plus the periphera

Re: [PATCH 1/4] ARM: SAMSUNG: Add support for detecting CPU at runtime

2011-08-20 Thread Russell King - ARM Linux
On Sat, Aug 20, 2011 at 02:05:56PM +0900, Kukjin Kim wrote: > The cpu_is_[name]() can be used to distinguish cpu at runtime. This really should be soc_is_xxx(). The CPU is stuff like ARM920, ARM926, Cortex-A9 etc. The SoC is the CPU plus the peripherals. S3C6410 describes the entire SoC, not ju

[PATCH 1/4] ARM: SAMSUNG: Add support for detecting CPU at runtime

2011-08-19 Thread Kukjin Kim
The cpu_is_[name]() can be used to distinguish cpu at runtime. This patch was originally from Changhwan Youn Acked-by: Changhwan Youn Cc: Ben Dooks Signed-off-by: Kukjin Kim --- arch/arm/mach-s3c64xx/cpu.c | 18 +++ arch/arm/plat-s3c24xx/cpu.c |8 +-- arch