commit | 95b08679963c78ce0d675224a6efdb5169f2bf75 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Tue Sep 11 14:02:09 2007 +0200 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed Sep 12 09:28:06 2007 -0700 |
tree | 2b242803ab4f54333f874ffcf237fc9c7427a0a7 | |
parent | 99364df764bbef327be2f8b8ffcfbb41a4a1af4d [diff] |
x86_64: Add missing mask operation to vdso vdso vgetns() didn't mask the time source offset calculation, which could lead to time problems with 32bit HPET. Add the masking. Thanks to Chuck Ebbert for tracking this down. Signed-off-by: Andi Kleen <ak@suse.de> Cc: Chuck Ebbert <cebbert@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>