unify some malloc and pool flags

2010-09-09 Thread Ted Unangst
A few related changes here. Make pool flags the same as malloc flags with the same behavior. Give every flag a real value, so nobody screws up trying to test for a 0 flag. Assert that one of the wait ok or not flags is specified. Index: kern/kern_malloc.c

Re: unify some malloc and pool flags

2010-09-09 Thread Kenneth R Westerback
On Thu, Sep 09, 2010 at 08:19:50PM -0400, Ted Unangst wrote: A few related changes here. Make pool flags the same as malloc flags with the same behavior. Give every flag a real value, so nobody screws up trying to test for a 0 flag. Assert that one of the wait ok or not flags is