diff options
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 |