diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-11-08 23:57:38 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-11-08 23:57:38 +0000 |
commit | ecc6ef55f386f9c989e203fbc97be4c16842aea5 (patch) | |
tree | 6573aa87dd510f4cda8bdb50cdadb9850175f2c0 /sys/arch/mvme88k/include/cpu.h | |
parent | 20e7c06fe66a526b4808dff882fa88621379c051 (diff) |
COPY_SIGCODE serve no purpose nowadays.
Diffstat (limited to 'sys/arch/mvme88k/include/cpu.h')
-rw-r--r-- | sys/arch/mvme88k/include/cpu.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mvme88k/include/cpu.h b/sys/arch/mvme88k/include/cpu.h index f03531ad1dc..00a24f92194 100644 --- a/sys/arch/mvme88k/include/cpu.h +++ b/sys/arch/mvme88k/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.12 2001/09/23 02:52:27 miod Exp $ */ +/* $OpenBSD: cpu.h,v 1.13 2001/11/08 23:57:37 miod Exp $ */ /* * Copyright (c) 1996 Nivas Madhur * Copyright (c) 1992, 1993 @@ -66,8 +66,6 @@ * definitions of cpu-dependent requirements * referenced in generic code */ -#define COPY_SIGCODE /* copy sigcode above user stack in exec */ - #define cpu_exec(p) /* nothing */ #define cpu_wait(p) /* nothing */ #define cpu_swapout(p) /* nothing */ |