ARM: SAMSUNG: print CPU id on probe
authorOlof Johansson <olof@lixom.net>
Wed, 26 Nov 2014 06:43:35 +0000 (15:43 +0900)
committerKukjin Kim <kgene@kernel.org>
Mon, 22 Dec 2014 15:19:52 +0000 (00:19 +0900)
It's useful to get the CPU ID/rev printed during boot sometimes, so
add a line with that information. Given that the fields have moved
within the register over time, don't try to be clever and parse it --
just print the raw values for now.

Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Kukjin Kim <kgene@kernel.org>

No differences found