From: Tomasz Figa Date: Sun, 20 Oct 2013 21:56:51 +0000 (+0900) Subject: ARM: S3C64XX: Select CPU_V6K instead of CPU_V6 X-Git-Tag: soc-for-linus~17^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70bacadbd07248576290de40cc217c06f0f2d3c3;p=pandora-kernel.git ARM: S3C64XX: Select CPU_V6K instead of CPU_V6 All S3C64XX SoCs come with ARM1176JZF-s core, which fully supports ARMv6K extensions. This patch lets the kernel use them on S3C6410 by adding selection of CPU_V6K to ARCH_S3C64XX. To use V6K extensions, these symbols must not be selected at the same time, so this patch keeps only CPU_V6K selected for S3C64XX. Signed-off-by: Tomasz Figa Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed