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/landisk | |
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/landisk')
-rw-r--r-- | sys/arch/landisk/include/pci_machdep.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/landisk/include/pci_machdep.h b/sys/arch/landisk/include/pci_machdep.h index 6da2e1c4470..eb7a94a9174 100644 --- a/sys/arch/landisk/include/pci_machdep.h +++ b/sys/arch/landisk/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 $ */ /* $NetBSD: pci_machdep.h,v 1.1 2006/09/01 21:26:18 uwe Exp $ */ /* @@ -77,7 +77,5 @@ void landisk_pci_conf_interrupt(void *v, int bus, int dev, int pin, landisk_pci_intr_string(v, ih) #define pci_intr_establish(v, ih, level, ih_fun, ih_arg, ih_name) \ landisk_pci_intr_establish(v, ih, level, ih_fun, ih_arg, ih_name) -#define pci_intr_establish_mpsafe(t,h,l,f,a,w) \ - pci_intr_establish(t,h,l,f,a,w) #define pci_intr_disestablish(v, cookie) \ landisk_pci_intr_disestablish(v, cookie) |