[SPARC64]: Fix off-by-1 error in TSB grow check.
authorDavid S. Miller <davem@sunset.davemloft.net>
Mon, 27 Mar 2006 09:07:55 +0000 (01:07 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 27 Mar 2006 09:07:55 +0000 (01:07 -0800)
The worst part about this bug is what it would cause
a hugepage TSB to be allocated for every address space
since "0 >= 0".

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found