K 10 svn:author V 3 alc K 8 svn:date V 27 2003-05-13T04:36:02.000000Z K 7 svn:log V 281 Optimize the use of splay in gbincore(). During a "make buildworld" the desired buffer is found at one of the roots more than 60% of the time. Thus, checking both roots before performing either splay eliminates unnecessary splays on the first tree splayed. Approved by: re (jhb) END