jhb 38635fcc55 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
2007-03-27 16:51:34 +00:00
..
2007-03-09 05:22:10 +00:00
2005-12-04 02:12:43 +00:00
2007-02-26 08:26:44 +00:00
2006-05-28 22:15:28 +00:00
2007-03-05 13:10:58 +00:00
2007-03-25 10:07:23 +00:00