Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/vax/include Since we are using the spl() functions ...
details: https://anonhg.NetBSD.org/src/rev/2f0ec36382dd
branches: trunk
changeset: 566749:2f0ec36382dd
user: he <he%NetBSD.org@localhost>
date: Wed May 19 22:50:09 2004 +0000
description:
Since we are using the spl() functions here, also include <machine/intr.h>.
diffstat:
sys/arch/vax/include/lock.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 33c744bad805 -r 2f0ec36382dd sys/arch/vax/include/lock.h
--- a/sys/arch/vax/include/lock.h Wed May 19 22:02:05 2004 +0000
+++ b/sys/arch/vax/include/lock.h Wed May 19 22:50:09 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lock.h,v 1.14 2003/09/26 22:46:01 nathanw Exp $ */
+/* $NetBSD: lock.h,v 1.15 2004/05/19 22:50:09 he Exp $ */
/*
* Copyright (c) 2000 Ludd, University of Lule}, Sweden.
@@ -38,6 +38,7 @@
#include "opt_multiprocessor.h"
#endif
#include <machine/cpu.h>
+#include <machine/intr.h>
#endif
static __inline void
Home |
Main Index |
Thread Index |
Old Index