Subject: loginit() problem
To: None <ad@netbsd.org, tech-kern@netbsd.org>
From: KIYOHARA Takashi <kiyohara@kk.iij4u.or.jp>
List: tech-kern
Date: 11/27/2007 20:45:28
Hi! ad and all,


loginit() has problem.  ibm4xx machines calls loginit() before to
initialize softintr.

  http://mail-index.netbsd.org/port-powerpc/2007/11/26/0000.html


when softintr should be initialized and when
src/sys/kern/subr_log.c:loginit() should be called because the problem
isn't powerpc specific. (e.g. m68k?)

Shall we do first initialize softintr after call loginit()?

Thanks,
--
kiyohara