diff options
author | Borislav Petkov <bp@alien8.de> | 2011-07-18 21:10:54 +0200 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2011-07-18 12:29:50 -0700 |
commit | 8c400f6ce068366bc3517f1036bb99169cfec9cd (patch) | |
tree | e39bf3e1b4801d3e58e1ea9030ee998366aea2aa /arch/x86/vdso | |
parent | 98eedc3a9dbf90cecb91093d2a7fa083942b7d13 (diff) | |
download | linux-3.10-8c400f6ce068366bc3517f1036bb99169cfec9cd.tar.gz linux-3.10-8c400f6ce068366bc3517f1036bb99169cfec9cd.tar.bz2 linux-3.10-8c400f6ce068366bc3517f1036bb99169cfec9cd.zip |
x86, vdso: Drop now wrong comment
Now that 1b3f2a72bbcfdf92e368a44448c45eb639b05b5e is in, it is very
important that the below lying comment be removed! :-)
Signed-off-by: Borislav Petkov <bp@alien8.de>
Link: http://lkml.kernel.org/r/20110718191054.GA18359@liondog.tnic
Acked-by: Andy Lutomirski <luto@mit.edu>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'arch/x86/vdso')
-rw-r--r-- | arch/x86/vdso/vclock_gettime.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/vdso/vclock_gettime.c b/arch/x86/vdso/vclock_gettime.c index 8792d6e0a2c..6bc0e723b6e 100644 --- a/arch/x86/vdso/vclock_gettime.c +++ b/arch/x86/vdso/vclock_gettime.c @@ -6,7 +6,6 @@ * * The code should have no internal unresolved relocations. * Check with readelf after changing. - * Also alternative() doesn't work. */ /* Disable profiling for userspace code: */ |