Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 May 2008 18:52:31 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm vm_page.c
Message-ID:  <200805151852.m4FIqVTq093601@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2008-05-15 18:52:31 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_page.c 
  Log:
  Don't call vm_reserv_alloc_page() on device-backed objects.  Otherwise, the
  system may panic because there is no reservation structure corresponding to
  the physical address of the device memory.
  
  Reported by: Giorgos Keramidas
  
  Revision  Changes    Path
  1.370     +1 -1      src/sys/vm/vm_page.c



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