We now use cpu_intr_p() all the time.

This commit is contained in:
christos 2016-05-13 15:25:57 +00:00
parent d0f608b1bb
commit 241761204e
1 changed files with 1 additions and 3 deletions

View File

@ -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>