From: Russell King Date: Thu, 17 May 2007 09:19:23 +0000 (+0100) Subject: [ARM] ARMv6: add CPU_HAS_ASID configuration X-Git-Tag: v2.6.22-rc3~112^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=516793c61b3db1f60e0b0d0e3c382bcca9ae84fd;p=pandora-kernel.git [ARM] ARMv6: add CPU_HAS_ASID configuration Presently, we check for the minimum ARM architecture that we're building for to determine whether we need ASID support. This is wrong - if we're going to support a range of CPUs which include ARMv6 or higher, we need the ASID. Convert the checks to use a new configuration symbol, and arrange for ARMv6 and higher CPU entries to select it. Signed-off-by: Russell King --- Reading git-diff-tree failed