commit | 35f8550c8f27968af94ba5235cc611e3b6d86981 | [log] [tgz] |
---|---|---|
author | Kukjin Kim <kgene.kim@samsung.com> | Tue Jul 30 11:32:40 2013 +0900 |
committer | Kukjin Kim <kgene.kim@samsung.com> | Tue Jul 30 13:30:57 2013 +0900 |
tree | d0abcee515edd87f1919cf85fe0ae1a3e6041e42 | |
parent | 5ae90d8e467e625e447000cb4335c4db973b1095 [diff] |
ARM: SAMSUNG: fix to support for missing cpu specific map_io Since commit 7ed76e08 (ARM: EXYNOS: Fix low level debug support) map_io() is not needed for exynos5440 so need to fix to lookup cpu which using map_io(). Without this, kernel boot log complains 'CPU EXYNOS5440 support not enabled' on exynos5440 and panic(). Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>