Module Name:    src
Committed By:   skrll
Date:           Fri Dec 24 16:00:13 UTC 2010

Modified Files:
        src/sys/arch/hp700/include: cpu.h

Log Message:
LOCKDEBUG is not referenced in this file anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/sys/arch/hp700/include/cpu.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/hp700/include/cpu.h
diff -u src/sys/arch/hp700/include/cpu.h:1.53 src/sys/arch/hp700/include/cpu.h:1.54
--- src/sys/arch/hp700/include/cpu.h:1.53	Sun Dec 12 08:23:15 2010
+++ src/sys/arch/hp700/include/cpu.h	Fri Dec 24 16:00:13 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: cpu.h,v 1.53 2010/12/12 08:23:15 skrll Exp $	*/
+/*	$NetBSD: cpu.h,v 1.54 2010/12/24 16:00:13 skrll Exp $	*/
 
 /*	$OpenBSD: cpu.h,v 1.55 2008/07/23 17:39:35 kettenis Exp $	*/
 
@@ -190,10 +190,6 @@
 #ifndef _LOCORE
 #ifdef _KERNEL
 
-#if defined(_KERNEL_OPT)
-#include "opt_lockdebug.h"
-#endif
-
 /*
  * External definitions unique to PA-RISC cpu support.
  * These are the "public" declarations - those needed in

Reply via email to