Module Name:    src
Committed By:   uebayasi
Date:           Tue Nov 16 09:34:25 UTC 2010

Modified Files:
        src/sys/arch/hppa/include: vmparam.h

Log Message:
MD interrupt implementation is not VM parameter.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/hppa/include/vmparam.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/hppa/include/vmparam.h
diff -u src/sys/arch/hppa/include/vmparam.h:1.18 src/sys/arch/hppa/include/vmparam.h:1.19
--- src/sys/arch/hppa/include/vmparam.h:1.18	Sun Nov 14 13:33:21 2010
+++ src/sys/arch/hppa/include/vmparam.h	Tue Nov 16 09:34:24 2010
@@ -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
  */

Reply via email to