From: Kukjin Kim Date: Tue, 30 Jul 2013 02:32:40 +0000 (+0900) Subject: ARM: SAMSUNG: fix to support for missing cpu specific map_io X-Git-Tag: v3.11-rc7~14^2~6^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35f8550c8f27968af94ba5235cc611e3b6d86981;p=pandora-kernel.git 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 --- Reading git-diff-tree failed