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/arm | |
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/arm')
-rw-r--r-- | sys/arch/arm/include/pci_machdep.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/arm/include/pci_machdep.h b/sys/arch/arm/include/pci_machdep.h index 064864380b2..32094d85c14 100644 --- a/sys/arch/arm/include/pci_machdep.h +++ b/sys/arch/arm/include/pci_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_machdep.h,v 1.5 2008/12/06 04:31:24 tedu Exp $ */ +/* $OpenBSD: pci_machdep.h,v 1.6 2008/12/06 19:59:38 tedu Exp $ */ /* $NetBSD: pci_machdep.h,v 1.2 2002/05/15 19:23:52 thorpej Exp $ */ /* @@ -93,7 +93,5 @@ struct arm32_pci_chipset { (*(c)->pc_intr_string)((c)->pc_intr_v, (ih)) #define pci_intr_establish(c, ih, l, h, a, n) \ (*(c)->pc_intr_establish)((c)->pc_intr_v, (ih), (l), (h), (a), (n)) -#define pci_intr_establish_mpsafe(c,h,l,f,a,w) \ - pci_intr_establish(c,h,l,f,a,w) #define pci_intr_disestablish(c, iv) \ (*(c)->pc_intr_disestablish)((c)->pc_intr_v, (iv)) |