commit | f2454a1a4b2aca38d3b7887619f43291d773c1ee | [log] [tgz] |
---|---|---|
author | Jes Sorensen <jes@sgi.com> | Wed Oct 25 05:49:53 2006 -0400 |
committer | Tony Luck <tony.luck@intel.com> | Thu Oct 26 14:57:06 2006 -0700 |
tree | 72b865056b807feef4f85a6c2fa48e24eed38cd0 | |
parent | e80391500078b524083ba51c3df01bbaaecc94bb [diff] |
[IA64] don't double >> PAGE_SHIFT pointer for /dev/kmem access Don't PAGE_SHIFT pointer before handing it to virt_to_page() in xlate_dev_kmem_ptr() as it results in a double shift. Spotted by Bob Montgomery. Signed-off-by: Jes Sorensen <jes@sgi.com> Signed-off-by: Tony Luck <tony.luck@intel.com>