Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hppa/include sys/mutex.h includes machine/intr.h vi...



details:   https://anonhg.NetBSD.org/src/rev/22a56ff0217b
branches:  trunk
changeset: 758816:22a56ff0217b
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Tue Nov 16 09:35:14 2010 +0000

description:
sys/mutex.h includes machine/intr.h via sys/intr.h, so no need here.

diffstat:

 sys/arch/hppa/include/mutex.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r f9b7caadb35b -r 22a56ff0217b sys/arch/hppa/include/mutex.h
--- a/sys/arch/hppa/include/mutex.h     Tue Nov 16 09:34:24 2010 +0000
+++ b/sys/arch/hppa/include/mutex.h     Tue Nov 16 09:35:14 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mutex.h,v 1.10 2010/11/14 03:16:04 uebayasi Exp $      */
+/*     $NetBSD: mutex.h,v 1.11 2010/11/16 09:35:14 uebayasi Exp $      */
 
 /*-
  * Copyright (c) 2002, 2007 The NetBSD Foundation, Inc.
@@ -42,7 +42,6 @@
 
 #ifndef __ASSEMBLER__
 
-#include <machine/intr.h>
 #include <machine/lock.h>
 
 struct kmutex {



Home | Main Index | Thread Index | Old Index