Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Aug 1997 19:33:31 -0700 (PDT)
From:      Steve Passe <fsmp@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/kern init_main.c init_smp.c
Message-ID:  <199708150233.TAA03160@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
fsmp        1997/08/14 19:33:31 PDT

  Modified files:
    sys/kern             init_main.c init_smp.c 
  Log:
  The promised "better fix" for "Trap 9 When Boot SMP" problem.
  We now tsleep() in kthread_init() between start_init()
  and prepare_usermode() while waiting for ALL the idle_loop()
  processes to come online.
  
  Debugged & tested by:	"Thomas D. Dean" <tomdean@ix.netcom.com>
  
  Reviewed by:	David Greenman <dg@root.com>
  
  Revision  Changes    Path
  1.69      +10 -2     src/sys/kern/init_main.c
  1.15      +8 -27     src/sys/kern/init_smp.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708150233.TAA03160>