From: Andy Lutomirski Date: Mon, 23 May 2011 13:31:30 +0000 (-0400) Subject: x86-64: Add time to vDSO X-Git-Tag: v3.0-rc1~128^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f144a6b4d1688675d88990e29567b2335b48205e;p=pandora-kernel.git x86-64: Add time to vDSO The only fast implementation of time(2) we expose is through the vsyscall page and we want to get userspace to stop using the vsyscall page. So make it available through the vDSO as well. This is essentially a cut-n-paste job. Signed-off-by: Andy Lutomirski Cc: Andi Kleen Cc: Linus Torvalds Cc: "David S. Miller" Cc: Eric Dumazet Cc: Peter Zijlstra Cc: Borislav Petkov Link: http://lkml.kernel.org/r/%3Cbf963bac5207de4b29613f27c42705e4371812a8.1306156808.git.luto%40mit.edu%3E Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed