diff options
| author | prasad <none@none> | 2006-10-27 11:14:11 -0700 |
|---|---|---|
| committer | prasad <none@none> | 2006-10-27 11:14:11 -0700 |
| commit | 3acfefaab29d68edc293bd4435567a7d55178b41 (patch) | |
| tree | c1042be9c77b50fe9eb60e1d352d70a799b0caad /usr/src | |
| parent | 28cae8e27cd02e5b8df9666bb34af9786c217a1a (diff) | |
| download | illumos-joyent-3acfefaab29d68edc293bd4435567a7d55178b41.tar.gz | |
6470966 x64: PCIe software should mask off fabric errors during hotplug operations (fix cstyle)
Diffstat (limited to 'usr/src')
| -rw-r--r-- | usr/src/uts/common/sys/hotplug/pci/pciehpc_impl.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr/src/uts/common/sys/hotplug/pci/pciehpc_impl.h b/usr/src/uts/common/sys/hotplug/pci/pciehpc_impl.h index ffc4ba5d0c..7227dac0d1 100644 --- a/usr/src/uts/common/sys/hotplug/pci/pciehpc_impl.h +++ b/usr/src/uts/common/sys/hotplug/pci/pciehpc_impl.h @@ -222,13 +222,13 @@ extern int pciehpc_debug; #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 |
