Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Apr 1998 10:24:12 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/kern init_main.c
Message-ID:  <199804111724.KAA29638@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         1998/04/11 10:24:11 PDT

  Modified files:
    sys/kern             init_main.c 
  Log:
  When pmap_pinit0() allocates a page for proc0's page directory,
  kernal page table may need to be extended.  But while growing the
  kernel page table (pmap_growkernel()), newly allocated kernel page
  table pages are entered into every process' page directory. For
  proc0, the page directory is not allocated yet, and results in a
  page fault.  Eventually, the machine panics with "lockmgr: not
  holding exclusive lock".
  
  PR:		5458
  Reviewed by:	phk
  Submitted by:	Luoqi Chen <luoqi@luoqi.watermarkgroup.com>
  
  Revision  Changes    Path
  1.89      +2 -2      src/sys/kern/init_main.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



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