# HG changeset patch # User prasad # Date 1161972851 25200 # Node ID bb849cbe4319593e3207d6c8aaa802d1aa173528 # Parent d50afcd8c0c0e23036d4bbdb710d6d546a5c0478 6470966 x64: PCIe software should mask off fabric errors during hotplug operations (fix cstyle) diff -r d50afcd8c0c0 -r bb849cbe4319 usr/src/uts/common/sys/hotplug/pci/pciehpc_impl.h --- 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