From 44ef19d8849007ab9caf37726901a117b212856c Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Sat, 6 Dec 2008 19:59:39 +0000 Subject: 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. --- sys/arch/landisk/include/pci_machdep.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/arch/landisk') 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) -- cgit v1.2.3