[issue2181] contigmalloc_map() failure

Magliano Andrea (via DragonFly issue tracker) sinknull at leaf.dragonflybsd.org
Wed Nov 9 10:17:03 PST 2011


Magliano Andrea <masterblaster at tiscali.it> added the comment:

Same result with hunk (starting from master
7e72902dd15def82ff1b6f3d5e1805c6fb3b43e7):

diff --git a/sys/vm/vm_contig.c b/sys/vm/vm_contig.c
index c7f3edc..ee56f1b 100644
--- a/sys/vm/vm_contig.c
+++ b/sys/vm/vm_contig.c
@@ -590,6 +590,6 @@ vm_page_alloc_contig(
        vm_paddr_t high,
        vm_offset_t alignment)
 {
-       return ((vm_offset_t)contigmalloc_map(size, M_DEVBUF, M_NOWAIT, low,
+       return ((vm_offset_t)contigmalloc_map(size, M_DEVBUF, M_WAITOK, low,

_____________________________________________________
DragonFly issue tracker <bugs at lists.dragonflybsd.org>
<http://bugs.dragonflybsd.org/issue2181>
_____________________________________________________






More information about the Bugs mailing list