]> git.baikalelectronics.ru Git - kernel.git/commit
x86: Remove unnecessary compile flag tweaks for vsyscall code
authorAndy Lutomirski <luto@mit.edu>
Wed, 10 Aug 2011 15:15:30 +0000 (11:15 -0400)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 10 Aug 2011 23:55:29 +0000 (18:55 -0500)
commit641fd6fac4de31c5e956e2d5532e6b386d599f19
treed60a40c24a1f340529065e6801621d5e6deb9e3f
parenta0c40fc0e197a760caf8d0745d67c375c98ef179
x86: Remove unnecessary compile flag tweaks for vsyscall code

As of commit 7e08bb8044c00f0598818f8698c96e354892f786
Author: Andy Lutomirski <luto@mit.edu>
Date:   Thu Jul 14 06:47:22 2011 -0400

    x86-64: Move vread_tsc and vread_hpet into the vDSO

user code no longer directly calls into code in arch/x86/kernel/, so
we don't need compile flag hacks to make it safe.  All vdso code is
in the vdso directory now.

Signed-off-by: Andy Lutomirski <luto@mit.edu>
Link: http://lkml.kernel.org/r/835cd05a4c7740544d09723d6ba48f4406f9826c.1312988155.git.luto@mit.edu
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/kernel/Makefile
arch/x86/kernel/vsyscall_64.c