CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/06/11 00:46:53
Modified files:
sys/dev/pci/drm/ttm: ttm_tt.c
Log message:
Use km_alloc() instead of mallocarray() when allocating ttm dma segments
to avoid running out of kmem space. Suggested by and ok kettenis@
