diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-07-14 13:39:07 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-07-14 13:39:07 +0000 |
commit | cd7a54bdc64379e9ef2a8f86baad95eef11b50f7 (patch) | |
tree | 8daa2d40b7b6fd497c7e9e5525d839a97c35b970 /sys/arch/hppa/include | |
parent | 88c03896c100736ff0120291180db2c79d1593d5 (diff) |
Be sure to propagate PSL_O in psw on PCXU* processors to userland processes
and signal handlers.
ok kettenis@
Diffstat (limited to 'sys/arch/hppa/include')
-rw-r--r-- | sys/arch/hppa/include/cpu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/cpu.h b/sys/arch/hppa/include/cpu.h index ff9f6aa916c..f4b45f47d30 100644 --- a/sys/arch/hppa/include/cpu.h +++ b/sys/arch/hppa/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.52 2007/10/10 15:53:51 art Exp $ */ +/* $OpenBSD: cpu.h,v 1.53 2008/07/14 13:39:06 miod Exp $ */ /* * Copyright (c) 2000-2004 Michael Shalayeff @@ -91,6 +91,7 @@ enum hppa_cpu_type { extern enum hppa_cpu_type cpu_type; extern const char *cpu_typename; extern int cpu_hvers; +extern register_t kpsw; #endif #endif |