Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jan 2011 19:21:28 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/vm vm_fault.c
Message-ID:  <201101151921.p0FJLqK2028467@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2011-01-15 19:21:28 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_fault.c 
  Log:
  SVN rev 217453 on 2011-01-15 19:21:28Z by alc
  
  For some time now, the kernel and kmem objects have been ordinary
  OBJT_PHYS objects.  Thus, there is no need for handling them specially
  in vm_fault().  In fact, this special case handling would have led to
  an assertion failure just before the call to pmap_enter().
  
  Reviewed by:    kib@
  MFC after:      6 weeks
  
  Revision  Changes    Path
  1.288     +1 -4      src/sys/vm/vm_fault.c



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