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/hppa | |
parent | 20e7c06fe66a526b4808dff882fa88621379c051 (diff) |
COPY_SIGCODE serve no purpose nowadays.
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/include/cpu.h | 8 |
1 files changed, 1 insertions, 7 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 |