diff options
author | Christoph Lameter <clameter@engr.sgi.com> | 2006-03-02 11:54:35 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-02 17:33:07 +0100 |
commit | 685db65e422bfa523b8a9dacb5a658b42b254f05 (patch) | |
tree | 0d7eba52e7c9584a2e3b4f2cd1842bf55e67c2d0 /fs/ioctl.c | |
parent | [PATCH] fix acpi_video_flags on x86-64 (diff) | |
download | linux-685db65e422bfa523b8a9dacb5a658b42b254f05.tar.xz linux-685db65e422bfa523b8a9dacb5a658b42b254f05.zip |
[PATCH] time_interpolator: Use readq_relaxed() instead of readq().
On some platforms readq performs additional work to make sure I/O is done
in a coherent way. This is not needed for time retrieval as done by the
time interpolator. So we can use readq_relaxed instead which will improve
performance.
It affects sparc64 and ia64 only. Apparently it makes a significant
difference on ia64.
Signed-off-by: Christoph Lameter <clameter@sgi.com>
Cc: john stultz <johnstul@us.ibm.com>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/ioctl.c')
0 files changed, 0 insertions, 0 deletions