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 Ops, forgot to commit this.
details: https://anonhg.NetBSD.org/src/rev/324829943c9c
branches: trunk
changeset: 485209:324829943c9c
user: ragge <ragge%NetBSD.org@localhost>
date: Sat Apr 22 08:19:49 2000 +0000
description:
Ops, forgot to commit this.
diffstat:
sys/arch/vax/include/cpu.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 3b087e48dd22 -r 324829943c9c sys/arch/vax/include/cpu.h
--- a/sys/arch/vax/include/cpu.h Sat Apr 22 08:18:11 2000 +0000
+++ b/sys/arch/vax/include/cpu.h Sat Apr 22 08:19:49 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.42 2000/03/19 14:56:53 ragge Exp $ */
+/* $NetBSD: cpu.h,v 1.43 2000/04/22 08:19:49 ragge Exp $ */
/*
* Copyright (c) 1994 Ludd, University of Lule}, Sweden
@@ -71,7 +71,10 @@
void (*cpu_reboot) __P((int)); /* Cpu dependent reboot call */
void (*cpu_clrf) __P((void)); /* Clear cold/warm start flags */
void (*cpu_subconf) __P((struct device *));/*config cpu dep. devs */
+ int cpu_flags;
};
+
+#define CPU_RAISEIPL 1 /* Must raise IPL until intr is handled */
extern struct cpu_dep *dep_call; /* Holds pointer to current CPU struct. */
Home |
Main Index |
Thread Index |
Old Index