Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/drm2/include/drm We now use cpu_intr_p() al...



details:   https://anonhg.NetBSD.org/src/rev/e1c7782f3034
branches:  trunk
changeset: 345224:e1c7782f3034
user:      christos <christos%NetBSD.org@localhost>
date:      Fri May 13 15:25:57 2016 +0000

description:
We now use cpu_intr_p() all the time.

diffstat:

 sys/external/bsd/drm2/include/drm/drm_wait_netbsd.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 6856288b4866 -r e1c7782f3034 sys/external/bsd/drm2/include/drm/drm_wait_netbsd.h
--- a/sys/external/bsd/drm2/include/drm/drm_wait_netbsd.h       Fri May 13 14:09:38 2016 +0000
+++ b/sys/external/bsd/drm2/include/drm/drm_wait_netbsd.h       Fri May 13 15:25:57 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: drm_wait_netbsd.h,v 1.13 2015/04/12 20:55:02 riastradh Exp $   */
+/*     $NetBSD: drm_wait_netbsd.h,v 1.14 2016/05/13 15:25:57 christos Exp $    */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -34,9 +34,7 @@
 
 #include <sys/param.h>
 #include <sys/condvar.h>
-#if DIAGNOSTIC
 #include <sys/cpu.h>           /* cpu_intr_p */
-#endif
 #include <sys/kernel.h>
 #include <sys/mutex.h>
 #include <sys/systm.h>



Home | Main Index | Thread Index | Old Index