IB/ipath: Call mtrr_del with correct arguments
authorBryan O'Sullivan <bos@pathscale.com>
Thu, 28 Sep 2006 16:00:15 +0000 (09:00 -0700)
committerRoland Dreier <rolandd@cisco.com>
Thu, 28 Sep 2006 18:16:57 +0000 (11:16 -0700)
commit957670a57eb63b932b09b444ad44192ad9ee9382
tree915a2c61198f96fc8c479b9af827742bfdf3885f
parent8d0208cb59a43bf867e16b977c34c4d6cd618f59
IB/ipath: Call mtrr_del with correct arguments

We were passing 0 for base and length, which worked on older kernels,
but it doesn't seem to any longer.

Signed-off-by: Bryan O'Sullivan <bryan.osullivan@qlogic.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/ipath/ipath_kernel.h
drivers/infiniband/hw/ipath/ipath_wc_x86_64.c