[IA64] don't double >> PAGE_SHIFT pointer for /dev/kmem access
authorJes Sorensen <jes@sgi.com>
Wed, 25 Oct 2006 09:49:53 +0000 (05:49 -0400)
committerTony Luck <tony.luck@intel.com>
Thu, 26 Oct 2006 21:57:06 +0000 (14:57 -0700)
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>

No differences found