]> Git Repo - linux.git/commit
x86, UV: cpu_relax in uv_wait_completion
authorCliff Wickman <[email protected]>
Thu, 15 Jan 2009 15:51:20 +0000 (09:51 -0600)
committerIngo Molnar <[email protected]>
Thu, 15 Jan 2009 22:48:20 +0000 (23:48 +0100)
commit18c07cf530cf4aa8b7551801f68ed40db5ee4e45
tree0e57822a4d34535a0da87c3e2187b3264c26c856
parent4a13ad0bd8869bb491c67918662f9b1852595af5
x86, UV: cpu_relax in uv_wait_completion

The function uv_wait_completion() spins on reads of a memory-mapped
register, waiting for completion of BAU hardware replies.

It should call "cpu_relax()" between those reads to improve performance
on hyperthreaded configurations.

Signed-off-by: Cliff Wickman <[email protected]>
Acked-by: Jack Steiner <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/kernel/tlb_uv.c
This page took 0.052976 seconds and 4 git commands to generate.