changeset 2998:bb849cbe4319

6470966 x64: PCIe software should mask off fabric errors during hotplug operations (fix cstyle)
author prasad
date Fri, 27 Oct 2006 11:14:11 -0700
parents d50afcd8c0c0
children 3caa9d682245
files usr/src/uts/common/sys/hotplug/pci/pciehpc_impl.h
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/uts/common/sys/hotplug/pci/pciehpc_impl.h	Fri Oct 27 11:06:53 2006 -0700
+++ b/usr/src/uts/common/sys/hotplug/pci/pciehpc_impl.h	Fri Oct 27 11:14:11 2006 -0700
@@ -222,13 +222,13 @@
 #define	PCIEHPC_INTR_PRI	1
 
 #if	defined(__sparc)
-#define	PCIE_ENABLE_ERRORS(arg1,arg2)	\
-		pcie_enable_errors(arg1,arg2);	\
-		(void) pcie_enable_ce(arg1,arg2)
-#define	PCIE_DISABLE_ERRORS(arg1,arg2)	pcie_disable_errors(arg1,arg2)
+#define	PCIE_ENABLE_ERRORS(arg1, arg2)	\
+	pcie_enable_errors(arg1, arg2);	\
+	(void) pcie_enable_ce(arg1, arg2)
+#define	PCIE_DISABLE_ERRORS(arg1, arg2)	pcie_disable_errors(arg1, arg2)
 #else
-#define	PCIE_ENABLE_ERRORS(arg1,arg2)	pcie_error_enable(arg1,arg2)
-#define	PCIE_DISABLE_ERRORS(arg1,arg2)	pcie_error_disable(arg1,arg2)
+#define	PCIE_ENABLE_ERRORS(arg1, arg2)	pcie_error_enable(arg1, arg2)
+#define	PCIE_DISABLE_ERRORS(arg1, arg2)	pcie_error_disable(arg1, arg2)
 #endif
 
 #ifdef	__cplusplus