On Sat, 22 Dec 2007, Julian Elischer wrote:
give thread0 the tid 10 and bumpt the others to start at 11
Thanks! While this didn't appear to cause any specific runtime problems I was
aware of, it was inconsistent, and with additional threads going under proc0,
it might have lead to
julian 2007-12-22 04:56:48 UTC
FreeBSD src repository
Modified files:
sys/kern init_main.c kern_thread.c
Log:
give thread0 the tid 10 and bumpt the others to start at 11
MFC after: 1 week
Revision ChangesPath
1.289 +1 -0 src/sys
2007/3/27, Attilio Rao <[EMAIL PROTECTED]>:
2007/3/27, John Baldwin <[EMAIL PROTECTED]>:
> jhb 2007-03-27 16:51:34 UTC
>
> FreeBSD src repository
>
> Modified files:
>sys/kern init_main.c kern_thread.c
> Log:
> Align 'struct thread' on 16 byte boundaries so that the lo
2007/3/27, John Baldwin <[EMAIL PROTECTED]>:
jhb 2007-03-27 16:51:34 UTC
FreeBSD src repository
Modified files:
sys/kern init_main.c kern_thread.c
Log:
Align 'struct thread' on 16 byte boundaries so that the lower 4 bits are
always 0. Previously we aligned threads o
On Tuesday 27 March 2007 01:01:38 pm Scott Long wrote:
> John Baldwin wrote:
> > jhb 2007-03-27 16:51:34 UTC
> >
> > FreeBSD src repository
> >
> > Modified files:
> > sys/kern init_main.c kern_thread.c
> > Log:
> > Align 'struct thread' on 16 byte boundaries so t
John Baldwin wrote:
jhb 2007-03-27 16:51:34 UTC
FreeBSD src repository
Modified files:
sys/kern init_main.c kern_thread.c
Log:
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-
jhb 2007-03-27 16:51:34 UTC
FreeBSD src repository
Modified files:
sys/kern init_main.c kern_thread.c
Log:
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.
N