K 10 svn:author V 3 jhb K 8 svn:date V 27 2007-03-27T16:51:34.000000Z K 7 svn:log V 377 Align 'struct thread' on 16 byte boundaries so that the lower 4 bits are always 0. Previously we aligned threads on a minimum of 8-byte boundaries. Note: This changes the uma zone to no longer cache align threads. We really want the uma zone to do align threads to MAX(16, cache line size) but there currently isn't a good way to express that to uma. Submitted by: attilio END