svn commit: r340413 - in head/sys: kern net sys

Konstantin Belousov kostikbel at gmail.com
Wed Nov 14 20:28:05 UTC 2018


On Wed, Nov 14, 2018 at 08:28:31AM -0800, Gleb Smirnoff wrote:
> On Wed, Nov 14, 2018 at 11:06:38AM +0100, Hans Petter Selasky wrote:
> H> On 11/14/18 10:33 AM, Cy Schubert wrote:
> H> > +	epoch_thread_init(td);
> H> 
> H> Did you forget to call epoch_thread_init() for thread0 ?
> 
> Yes, this is my guess. I'm preparing patch for Cy to test.

Is this stuff allocated for each thread, unconditionally ?
If yes, why is it allocatable instead of embedding it into struct thread ?


More information about the svn-src-head mailing list