Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/arch/mac68k/mac68k Pullup 1.47 [scottr]:
details: https://anonhg.NetBSD.org/src/rev/c3bc293b89ec
branches: netbsd-1-5
changeset: 490250:c3bc293b89ec
user: tv <tv%NetBSD.org@localhost>
date: Wed Nov 15 20:26:06 2000 +0000
description:
Pullup 1.47 [scottr]:
As was the original intent a long, long time ago -- but in this galaxy, and
in fact on this planet -- generate a SIGILL for user-mode A-line traps.
The core of this change is taken verbatim from PR 10511, submitted by
Christian Bauer.
diffstat:
sys/arch/mac68k/mac68k/macrom.c | 16 +---------------
1 files changed, 1 insertions(+), 15 deletions(-)
diffs (30 lines):
diff -r 9e9469de9183 -r c3bc293b89ec sys/arch/mac68k/mac68k/macrom.c
--- a/sys/arch/mac68k/mac68k/macrom.c Wed Nov 15 20:20:42 2000 +0000
+++ b/sys/arch/mac68k/mac68k/macrom.c Wed Nov 15 20:26:06 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: macrom.c,v 1.44 1999/06/12 00:21:13 ender Exp $ */
+/* $NetBSD: macrom.c,v 1.44.12.1 2000/11/15 20:26:06 tv Exp $ */
/*-
* Copyright (C) 1994 Bradley A. Grantham
@@ -759,20 +759,6 @@
#endif
}
- /* handle a user mode A-line trap */
-void
-mrg_aline_user()
-{
-#if 1
- /* send process a SIGILL; aline traps are illegal as yet */
-#else /* how to handle real Mac App A-lines */
- /* ignore for now */
- I have no idea!
- maybe pass SIGALINE?
- maybe put global information about aline trap?
-#endif
-}
-
extern u_int32_t traceloopstart[];
extern u_int32_t traceloopend;
extern u_int32_t *traceloopptr;
Home |
Main Index |
Thread Index |
Old Index