summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/include
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2010-04-29 13:14:45 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2010-04-29 13:14:45 +0000
commit7dc30236662e846932e2f38fd4d67a7f7d7a07d9 (patch)
treef244049c85ce9798badfb37e63d07edc2fa667c8 /sys/arch/hppa/include
parent8ec47b926472cfd2b4354a9a26045ccb35df0c1e (diff)
Use per CPU hardware interrupt mask.
ok kettenis@
Diffstat (limited to 'sys/arch/hppa/include')
-rw-r--r--sys/arch/hppa/include/cpu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/cpu.h b/sys/arch/hppa/include/cpu.h
index c4b924c2b38..0087c71e7d4 100644
--- a/sys/arch/hppa/include/cpu.h
+++ b/sys/arch/hppa/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.68 2010/04/29 12:35:14 jsing Exp $ */
+/* $OpenBSD: cpu.h,v 1.69 2010/04/29 13:14:44 jsing Exp $ */
/*
* Copyright (c) 2000-2004 Michael Shalayeff
@@ -77,6 +77,7 @@ struct cpu_info {
register_t ci_psw; /* Processor Status Word. */
volatile int ci_cpl;
+ volatile u_long ci_mask; /* Hardware interrupt mask. */
volatile u_long ci_ipending;
volatile int ci_in_intr;
int ci_want_resched;