[SPARC64]: Simplify TSB insert checks.
authorDavid S. Miller <davem@sunset.davemloft.net>
Mon, 6 Mar 2006 02:26:24 +0000 (18:26 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 20 Mar 2006 09:14:18 +0000 (01:14 -0800)
Don't try to avoid putting non-base page sized entries
into the user TSB.  It actually costs us more to check
this than it helps.

Eventually we'll have a multiple TSB scheme for user
processes.  Once a process starts using larger pages,
we'll allocate and use such a TSB.

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

No differences found