commit | 4559424a0c34f0cb22fa31bc24015a06dc064b32 | [log] [tgz] |
---|---|---|
author | Becky Bruce <beckyb@kernel.crashing.org> | Wed Oct 12 16:17:02 2011 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Wed Oct 12 23:39:10 2011 -0500 |
tree | 093b1d3d2fafcd9e9d7b6226cf90c855f93f79bb | |
parent | b9df02231930c01eaaf3c37b192bd75ea0d1c0bb [diff] |
powerpc/fsl-booke: Fix settlbcam for 64-bit Currently, it does a cntlzd on the size and then subtracts it from 21.... this doesn't take into account the varying size of a "long". Just use __ilog instead (and subtract the 10 we have to subtract to get to the tsize encoding). Also correct the comment about page sizes supported. Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>