Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/netwinder/include Change _ARM32* to _NETWINDER* I...
details: https://anonhg.NetBSD.org/src/rev/a14c09147ee0
branches: trunk
changeset: 510890:a14c09147ee0
user: matt <matt%NetBSD.org@localhost>
date: Fri Jun 08 06:14:25 2001 +0000
description:
Change _ARM32* to _NETWINDER* Include <machine/psl.h> to get psl
definitions.
diffstat:
sys/arch/netwinder/include/intr.h | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r e0515e187504 -r a14c09147ee0 sys/arch/netwinder/include/intr.h
--- a/sys/arch/netwinder/include/intr.h Fri Jun 08 06:13:02 2001 +0000
+++ b/sys/arch/netwinder/include/intr.h Fri Jun 08 06:14:25 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: intr.h,v 1.1 2001/04/19 07:11:02 matt Exp $ */
+/* $NetBSD: intr.h,v 1.2 2001/06/08 06:14:25 matt Exp $ */
/*
* Copyright (c) 1997 Mark Brinicombe.
@@ -33,8 +33,8 @@
* SUCH DAMAGE.
*/
-#ifndef _ARM32_INTR_H_
-#define _ARM32_INTR_H_
+#ifndef _NETWINDER_INTR_H_
+#define _NETWINDER_INTR_H_
/* Define the various Interrupt Priority Levels */
@@ -66,6 +66,7 @@
#define SOFTIRQ_BIT(x) (1 << x)
+#include <machine/psl.h>
#include <machine/irqhandler.h>
-#endif /* _ARM32_INTR_H */
+#endif /* _NETWINDER_INTR_H */
Home |
Main Index |
Thread Index |
Old Index