Module Name:    src
Committed By:   dyoung
Date:           Wed Mar 25 22:54:57 UTC 2009

Modified Files:
        src/sys/arch/x86/include: intr.h

Log Message:
It is only by accident that this gets the definitions it needs from
<sys/evcnt.h>, so explicitly #include <sys/evcnt.h>.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/x86/include/intr.h

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

Modified files:

Index: src/sys/arch/x86/include/intr.h
diff -u src/sys/arch/x86/include/intr.h:1.36 src/sys/arch/x86/include/intr.h:1.37
--- src/sys/arch/x86/include/intr.h:1.36	Tue Feb 24 06:03:54 2009
+++ src/sys/arch/x86/include/intr.h	Wed Mar 25 22:54:56 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: intr.h,v 1.36 2009/02/24 06:03:54 yamt Exp $	*/
+/*	$NetBSD: intr.h,v 1.37 2009/03/25 22:54:56 dyoung Exp $	*/
 
 /*-
  * Copyright (c) 1998, 2001, 2006, 2007, 2008 The NetBSD Foundation, Inc.
@@ -35,6 +35,7 @@
 #define	__HAVE_FAST_SOFTINTS
 #define	__HAVE_PREEMPTION
 
+#include <sys/evcnt.h>
 #include <machine/intrdefs.h>
 
 #ifndef _LOCORE

Reply via email to