Good
change the mind to use the runtime soc detection. it's really required
feature. but previous time Ben did'n like it.
https://lkml.org/lkml/2010/3/30/831
I'm still prefer to use it when only early boot time if possible
and another mail said cpu_is_* doesn't proper name, soc_is_* is better.
This patch adds support handling of CPU ID and varialble silicon revision
at runtime.
[PATCH 1/4] ARM: SAMSUNG: Add support for detecting CPU at runtime
[PATCH 2/4] ARM: S5P64X0: Use cpu_is_s5p64x0() to distinguish cpu at runtime
[PATCH 3/4] ARM: SAMSUNG: Add support for handling of cpu revision
[