K 10 svn:author V 8 bmilekic K 8 svn:date V 27 2002-03-03T22:10:04.000000Z K 7 svn:log V 404 Fix bug in mb_alloc that made systems configured with PAGE_SIZE / MCLBYTES == 1 crash. Fix them by changing the appropriate "allocate new page and bucket" code in mb_alloc to use the macro for properly grabbing an allocated object from a bucket, the one that checks whether the bucket is empty. This should allow ken to continue testing zero-copy stuff on -CURRENT. Noticed and provided debug info: ken END