Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/mips Include "opt_lockdebug.h" here to #ifdef ...
details: https://anonhg.NetBSD.org/src/rev/e219aa0d8707
branches: trunk
changeset: 536132:e219aa0d8707
user: simonb <simonb%NetBSD.org@localhost>
date: Mon Sep 09 01:03:10 2002 +0000
description:
Include "opt_lockdebug.h" here to #ifdef LOCKDEBUG actually does something.
diffstat:
sys/arch/mips/mips/locore_mips3.S | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 17c4cb81d282 -r e219aa0d8707 sys/arch/mips/mips/locore_mips3.S
--- a/sys/arch/mips/mips/locore_mips3.S Sun Sep 08 23:49:29 2002 +0000
+++ b/sys/arch/mips/mips/locore_mips3.S Mon Sep 09 01:03:10 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore_mips3.S,v 1.81 2002/06/17 22:48:45 simonb Exp $ */
+/* $NetBSD: locore_mips3.S,v 1.82 2002/09/09 01:03:10 simonb Exp $ */
/*
* Copyright (c) 1997 Jonathan Stone (hereinafter referred to as the author)
@@ -86,6 +86,7 @@
*/
#include "opt_cputype.h"
#include "opt_ddb.h"
+#include "opt_lockdebug.h"
#include "opt_kgdb.h"
#include <sys/cdefs.h>
Home |
Main Index |
Thread Index |
Old Index