Module Name:    src
Committed By:   riastradh
Date:           Mon Aug 27 07:45:02 UTC 2018

Modified Files:
        src/sys/external/bsd/drm2/dist/drm/ttm: ttm_bo_util.c

Log Message:
Need <asm/barrier.h> for mb.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/external/bsd/drm2/dist/drm/ttm/ttm_bo_util.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/external/bsd/drm2/dist/drm/ttm/ttm_bo_util.c
diff -u src/sys/external/bsd/drm2/dist/drm/ttm/ttm_bo_util.c:1.7 src/sys/external/bsd/drm2/dist/drm/ttm/ttm_bo_util.c:1.8
--- src/sys/external/bsd/drm2/dist/drm/ttm/ttm_bo_util.c:1.7	Mon Aug 27 04:58:37 2018
+++ src/sys/external/bsd/drm2/dist/drm/ttm/ttm_bo_util.c	Mon Aug 27 07:45:02 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: ttm_bo_util.c,v 1.7 2018/08/27 04:58:37 riastradh Exp $	*/
+/*	$NetBSD: ttm_bo_util.c,v 1.8 2018/08/27 07:45:02 riastradh Exp $	*/
 
 /**************************************************************************
  *
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ttm_bo_util.c,v 1.7 2018/08/27 04:58:37 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ttm_bo_util.c,v 1.8 2018/08/27 07:45:02 riastradh Exp $");
 
 #include <drm/ttm/ttm_bo_driver.h>
 #include <drm/ttm/ttm_placement.h>
@@ -44,6 +44,7 @@ __KERNEL_RCSID(0, "$NetBSD: ttm_bo_util.
 #include <linux/module.h>
 #include <linux/reservation.h>
 #include <linux/export.h>
+#include <asm/barrier.h>
 
 #ifdef __NetBSD__		/* PMAP_* caching flags for ttm_io_prot */
 #include <uvm/uvm_pmap.h>

Reply via email to