From: Catalin Marinas Date: Mon, 5 Mar 2012 11:49:28 +0000 (+0000) Subject: arm64: Process management X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~80^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3901d54dc4f73acdc6b7c6e5a7a496d3afeae61;p=pandora-kernel.git arm64: Process management The patch adds support for thread creation and context switching. The context switching CPU specific code is introduced with the CPU support patch (part of the arch/arm64/mm/proc.S file). AArch64 supports ASID-tagged TLBs and the ASID can be either 8 or 16-bit wide (detectable via the ID_AA64AFR0_EL1 register). Signed-off-by: Will Deacon Signed-off-by: Catalin Marinas Acked-by: Tony Lindgren Acked-by: Nicolas Pitre Acked-by: Olof Johansson Acked-by: Santosh Shilimkar Acked-by: Arnd Bergmann --- Reading git-diff-tree failed