diff options
Diffstat (limited to 'bsd/ati_pcigart.h')
-rw-r--r-- | bsd/ati_pcigart.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd/ati_pcigart.h b/bsd/ati_pcigart.h index 0a05dda6..9aa2192f 100644 --- a/bsd/ati_pcigart.h +++ b/bsd/ati_pcigart.h @@ -59,7 +59,7 @@ int DRM(ati_pcigart_init)( drm_device_t *dev, } address = (long)contigmalloc((1 << ATI_PCIGART_TABLE_ORDER) * PAGE_SIZE, - DRM(M_DRM), M_WAITOK, 0ul, 0xfffffffful, PAGE_SIZE, 0); + DRM(M_DRM), M_NOWAIT, 0ul, 0xfffffffful, PAGE_SIZE, 0); if ( !address ) { DRM_ERROR( "cannot allocate PCI GART page!\n" ); goto done; |