From: Andy Lutomirski Date: Mon, 5 May 2014 19:19:33 +0000 (-0700) Subject: x86, vdso: Move syscall and sysenter setup into kernel/cpu/common.c X-Git-Tag: omap-for-v3.16/fixes-against-rc1~56^2~13^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfda7bb9ecbf9d96264bb5bade33a842966d1062;p=pandora-kernel.git x86, vdso: Move syscall and sysenter setup into kernel/cpu/common.c This code is used during CPU setup, and it isn't strictly speaking related to the 32-bit vdso. It's easier to understand how this works when the code is closer to its callers. This also lets syscall32_cpu_init be static, which might save some trivial amount of kernel text. Signed-off-by: Andy Lutomirski Link: http://lkml.kernel.org/r/4e466987204e232d7b55a53ff6b9739f12237461.1399317206.git.luto@amacapital.net Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed