From: Dave Olson Date: Mon, 18 Jun 2007 21:24:40 +0000 (-0700) Subject: IB/ipath: Fix the mtrr_add args for chips with 2 buffer sizes X-Git-Tag: v2.6.23-rc1~1085^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=561095f20eeb5c6c05c303bad8cdb3f8a80821bc;p=pandora-kernel.git IB/ipath: Fix the mtrr_add args for chips with 2 buffer sizes The values passed have never been right for iba 6120 chips, but just happened to work. We needed to select the right buffer offset in the chip (both are in same register), and the total length was wrong also, but was covered by the rounding up. Signed-off-by: Dave Olson Signed-off-by: Roland Dreier --- Reading git-diff-tree failed