cvs commit: src/sys/vm vm_page.c
Alan Cox
alc at FreeBSD.org
Thu May 15 18:52:31 UTC 2008
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
More information about the cvs-src
mailing list