From: David S. Miller Date: Tue, 29 May 2007 08:58:31 +0000 (-0700) Subject: [SPARC64]: Fix two bugs wrt. kernel 4MB TSB. X-Git-Tag: v2.6.22-rc4~96^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d9e2763c22a4ce41c3cc5f35366a51f1eba38dc;p=pandora-kernel.git [SPARC64]: Fix two bugs wrt. kernel 4MB TSB. 1) The TSB lookup was not using the correct hash mask. 2) It was not aligned on a boundary equal to it's size, which is required by the sun4v Hypervisor. wasn't having it's return value checked, and that bug will be fixed up as well in a subsequent changeset. Signed-off-by: David S. Miller --- Reading git-diff-tree failed