From: Catalin Marinas Date: Mon, 5 Mar 2012 11:49:31 +0000 (+0000) Subject: arm64: System calls handling X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~80^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7992d60dc46576bc6f6429d87f313462141db6d2;p=pandora-kernel.git arm64: System calls handling This patch adds support for system calls coming from 64-bit applications. It uses the asm-generic/unistd.h definitions with the canonical set of system calls. The private system calls are only used for 32-bit (compat) applications as 64-bit ones can set the TLS and flush the caches entirely from user space. The sys_call_table is just an array defined in a C file and it contains pointers to the syscall functions. The array is 4KB aligned to allow the use of the ADRP instruction (longer range ADR) in entry.S. 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 --- Reading git-diff-tree failed