commit | 357089fca91f639dd005ae0721f5f932b4f276ab | [log] [tgz] |
---|---|---|
author | Christoph Lameter <cl@linux.com> | Thu Dec 16 12:14:43 2010 -0600 |
committer | Tejun Heo <tj@kernel.org> | Tue Jan 04 06:08:55 2011 +0100 |
tree | 0af40092c4589d7732d10b8da2d4fb52531f504a | |
parent | c1955b5f3a95717ce1f5235f6e9968da068e3183 [diff] |
x86: udelay: Use this_cpu_read to avoid address calculation The code will use a segment prefix instead of doing the lookup and calculation. Signed-off-by: Christoph Lameter <cl@linux.com> Acked-by: "H. Peter Anvin" <hpa@zytor.com> Signed-off-by: Tejun Heo <tj@kernel.org>