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 Add badaddr() field.
details: https://anonhg.NetBSD.org/src/rev/8537c1c68e7d
branches: trunk
changeset: 495335:8537c1c68e7d
user: ragge <ragge%NetBSD.org@localhost>
date: Wed Jul 26 11:55:01 2000 +0000
description:
Add badaddr() field.
diffstat:
sys/arch/vax/include/cpu.h | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r e91c423a6aa6 -r 8537c1c68e7d sys/arch/vax/include/cpu.h
--- a/sys/arch/vax/include/cpu.h Wed Jul 26 11:54:32 2000 +0000
+++ b/sys/arch/vax/include/cpu.h Wed Jul 26 11:55:01 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.52 2000/06/11 07:50:13 ragge Exp $ */
+/* $NetBSD: cpu.h,v 1.53 2000/07/26 11:55:01 ragge Exp $ */
/*
* Copyright (c) 1994 Ludd, University of Lule}, Sweden
@@ -79,6 +79,7 @@
/* Kick off slave cpu */
void (*cpu_startslave)(struct device *, struct cpu_info *);
#endif
+ void (*cpu_badaddr)(void); /* cpu-specific badaddr() */
};
#define CPU_RAISEIPL 1 /* Must raise IPL until intr is handled */
@@ -127,8 +128,6 @@
extern char tramp;
#endif
-extern int mastercpu;
-
/*
* Notify the current process (p) that it has a signal pending,
* process as soon as possible.
Home |
Main Index |
Thread Index |
Old Index