Subject: Re: yamt-idlelwp fallout for mips/cobalt?
To: None <ad@NetBSD.org>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: port-mips
Date: 05/26/2007 12:44:57
ad@NetBSD.org wrote:

> Can you try forcing them into the data segment and see if that works? Eg:
> 
> struct cpu_info cpu_info_store = { .ci_curlwp = &lwp0 };
> lwp_t lwp0 = { .l_stat = LSONPROC };

When they are allocated in data segment by these changes,
a kernel boots up even if BSS is cleared in mach_init().
---
Izumi Tsutsui