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 MD interrupt implementation is not VM ...



details:   https://anonhg.NetBSD.org/src/rev/f9b7caadb35b
branches:  trunk
changeset: 758815:f9b7caadb35b
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Tue Nov 16 09:34:24 2010 +0000

description:
MD interrupt implementation is not VM parameter.

diffstat:

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

diffs (18 lines):

diff -r eb2853626e34 -r f9b7caadb35b sys/arch/hppa/include/vmparam.h
--- a/sys/arch/hppa/include/vmparam.h   Tue Nov 16 08:59:30 2010 +0000
+++ b/sys/arch/hppa/include/vmparam.h   Tue Nov 16 09:34:24 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.18 2010/11/14 13:33:21 uebayasi Exp $    */
+/*     $NetBSD: vmparam.h,v 1.19 2010/11/16 09:34:24 uebayasi Exp $    */
 
 /*     $OpenBSD: vmparam.h,v 1.33 2006/06/04 17:21:24 miod Exp $       */
 
@@ -28,8 +28,6 @@
 #ifndef _HPPA_VMPARAM_H_
 #define _HPPA_VMPARAM_H_
 
-#include <machine/mutex.h>
-
 /*
  * Machine dependent constants for HP PA
  */



Home | Main Index | Thread Index | Old Index