diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa/include/cpu.h | 8 | ||||
-rw-r--r-- | sys/arch/mvme88k/include/cpu.h | 4 |
2 files changed, 2 insertions, 10 deletions
diff --git a/sys/arch/hppa/include/cpu.h b/sys/arch/hppa/include/cpu.h index ab629b1b318..a0ee7649a93 100644 --- a/sys/arch/hppa/include/cpu.h +++ b/sys/arch/hppa/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.21 2001/11/06 18:41:09 art Exp $ */ +/* $OpenBSD: cpu.h,v 1.22 2001/11/08 23:57:35 miod Exp $ */ /* * Copyright (c) 2000-2001 Michael Shalayeff @@ -86,12 +86,6 @@ extern const char *cpu_typename; * Exported definitions unique to hp700/PA-RISC cpu support. */ -/* - * definitions of cpu-dependent requirements - * referenced in generic code - */ -#undef COPY_SIGCODE /* copy sigcode above user stack in exec */ - #define HPPA_PGALIAS 0x00100000 #define HPPA_PGAMASK 0xfff00000 #define HPPA_PGAOFF 0x000fffff 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 */ |