diff options
author | Andy Lutomirski <luto@amacapital.net> | 2014-09-23 13:50:56 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2014-10-28 06:22:13 -0400 |
commit | 61a492fb1759f3e892ad0408e36d3575c5f890d0 (patch) | |
tree | a34a7f434300d9024c8f8deed63ca1fa4e6f3c5c /arch/x86/vdso/vgetcpu.c | |
parent | 287e013108a104e459e675432cf20087feab2b67 (diff) |
x86_64/vdso: Remove jiffies from the vvar page
I think that the jiffies vvar was once used for the vgetcpu
cache. That code is long gone, so let's just make jiffies be a
normal variable.
Signed-off-by: Andy Lutomirski <luto@amacapital.net>
Link: http://lkml.kernel.org/r/fcfee6f8749af14d96373a9e2656354ad0b95499.1411494540.git.luto@amacapital.net
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/vdso/vgetcpu.c')
-rw-r--r-- | arch/x86/vdso/vgetcpu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/vdso/vgetcpu.c b/arch/x86/vdso/vgetcpu.c index 2f94b039e55b..add1d98d2477 100644 --- a/arch/x86/vdso/vgetcpu.c +++ b/arch/x86/vdso/vgetcpu.c | |||
@@ -7,7 +7,6 @@ | |||
7 | 7 | ||
8 | #include <linux/kernel.h> | 8 | #include <linux/kernel.h> |
9 | #include <linux/getcpu.h> | 9 | #include <linux/getcpu.h> |
10 | #include <linux/jiffies.h> | ||
11 | #include <linux/time.h> | 10 | #include <linux/time.h> |
12 | #include <asm/vsyscall.h> | 11 | #include <asm/vsyscall.h> |
13 | #include <asm/vgtod.h> | 12 | #include <asm/vgtod.h> |