diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2008-12-06 19:59:39 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2008-12-06 19:59:39 +0000 |
commit | 44ef19d8849007ab9caf37726901a117b212856c (patch) | |
tree | b0e1b1bc4abd101a4cfead906f1ad9db76d4e354 /sys/arch/hppa/include | |
parent | ff900f7e9685bb482c1571f12d03b53e5961fc10 (diff) |
revert all changes related to the mpsafe intr handler. i screwed up the commit
and even then it didn't work. we have higher standards than this.
Diffstat (limited to 'sys/arch/hppa/include')
-rw-r--r-- | sys/arch/hppa/include/pci_machdep.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/hppa/include/pci_machdep.h b/sys/arch/hppa/include/pci_machdep.h index ec3caa8eac5..d5dca28e21a 100644 --- a/sys/arch/hppa/include/pci_machdep.h +++ b/sys/arch/hppa/include/pci_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_machdep.h,v 1.2 2008/12/06 04:31:24 tedu Exp $ */ +/* $OpenBSD: pci_machdep.h,v 1.3 2008/12/06 19:59:38 tedu Exp $ */ /* * Copyright (c) 2003 Michael Shalayeff @@ -82,8 +82,6 @@ struct hppa_pci_chipset_tag { (*(c)->pc_intr_string)((c)->_cookie, (ih)) #define pci_intr_establish(c, ih, l, h, a, nm) \ (*(c)->pc_intr_establish)((c)->_cookie, (ih), (l), (h), (a), (nm)) -#define pci_intr_establish_mpsafe(c, ih, l, h, a, nm) \ - pci_intr_establish(c, ih, l, h, a, nm) #define pci_intr_disestablish(c, iv) \ (*(c)->pc_intr_disestablish)((c)->_cookie, (iv)) |