reduces the diff between linux and firmware header files significantly.

Signed-off-by: Stewart Smith <stew...@linux.vnet.ibm.com>
---
 arch/powerpc/include/asm/opal.h |   51 +++++++++++++++++++--------------------
 1 file changed, 25 insertions(+), 26 deletions(-)

diff --git a/arch/powerpc/include/asm/opal.h b/arch/powerpc/include/asm/opal.h
index 0f9f06d..9ca5167 100644
--- a/arch/powerpc/include/asm/opal.h
+++ b/arch/powerpc/include/asm/opal.h
@@ -251,33 +251,32 @@ enum OpalShpcLinkState {
 enum OpalMmioWindowType {
        OPAL_M32_WINDOW_TYPE = 1,
        OPAL_M64_WINDOW_TYPE = 2,
-       OPAL_IO_WINDOW_TYPE = 3
+       OPAL_IO_WINDOW_TYPE  = 3
 };
-
 enum OpalShpcSlotState {
        OPAL_SHPC_DEV_NOT_PRESENT = 0,
-       OPAL_SHPC_DEV_PRESENT = 1
+       OPAL_SHPC_DEV_PRESENT     = 1
 };
 
 enum OpalExceptionHandler {
-       OPAL_MACHINE_CHECK_HANDLER = 1,
+       OPAL_MACHINE_CHECK_HANDLER          = 1,
        OPAL_HYPERVISOR_MAINTENANCE_HANDLER = 2,
-       OPAL_SOFTPATCH_HANDLER = 3
+       OPAL_SOFTPATCH_HANDLER              = 3
 };
 
 enum OpalPendingState {
-       OPAL_EVENT_OPAL_INTERNAL        = 0x1,
-       OPAL_EVENT_NVRAM                = 0x2,
-       OPAL_EVENT_RTC                  = 0x4,
-       OPAL_EVENT_CONSOLE_OUTPUT       = 0x8,
-       OPAL_EVENT_CONSOLE_INPUT        = 0x10,
-       OPAL_EVENT_ERROR_LOG_AVAIL      = 0x20,
-       OPAL_EVENT_ERROR_LOG            = 0x40,
-       OPAL_EVENT_EPOW                 = 0x80,
-       OPAL_EVENT_LED_STATUS           = 0x100,
-       OPAL_EVENT_PCI_ERROR            = 0x200,
-       OPAL_EVENT_DUMP_AVAIL           = 0x400,
-       OPAL_EVENT_MSG_PENDING          = 0x800,
+       OPAL_EVENT_OPAL_INTERNAL   = 0x1,
+       OPAL_EVENT_NVRAM           = 0x2,
+       OPAL_EVENT_RTC             = 0x4,
+       OPAL_EVENT_CONSOLE_OUTPUT  = 0x8,
+       OPAL_EVENT_CONSOLE_INPUT   = 0x10,
+       OPAL_EVENT_ERROR_LOG_AVAIL = 0x20,
+       OPAL_EVENT_ERROR_LOG       = 0x40,
+       OPAL_EVENT_EPOW            = 0x80,
+       OPAL_EVENT_LED_STATUS      = 0x100,
+       OPAL_EVENT_PCI_ERROR       = 0x200,
+       OPAL_EVENT_DUMP_AVAIL      = 0x400,
+       OPAL_EVENT_MSG_PENDING     = 0x800,
 };
 
 enum OpalMessageType {
@@ -353,7 +352,7 @@ enum OpalPciReinitScope {
 
 enum OpalPciResetState {
        OPAL_DEASSERT_RESET = 0,
-       OPAL_ASSERT_RESET = 1
+       OPAL_ASSERT_RESET   = 1
 };
 
 enum OpalPciMaskAction {
@@ -451,17 +450,17 @@ struct OpalMemoryErrorData {
        union {
                /* Memory Resilience corrected/uncorrected error info */
                struct {
-                       enum OpalMemErr_ResilErrType resil_err_type:8;
-                       uint8_t         reserved_1[7];
-                       __be64          physical_address_start;
-                       __be64          physical_address_end;
+                       enum OpalMemErr_ResilErrType    resil_err_type:8;
+                       uint8_t                         reserved_1[7];
+                       __be64                          physical_address_start;
+                       __be64                          physical_address_end;
                } resilience;
                /* Dynamic memory deallocation error info */
                struct {
-                       enum OpalMemErr_DynErrType dyn_err_type:8;
-                       uint8_t         reserved_1[7];
-                       __be64          physical_address_start;
-                       __be64          physical_address_end;
+                       enum OpalMemErr_DynErrType      dyn_err_type:8;
+                       uint8_t                         reserved_1[7];
+                       __be64                          physical_address_start;
+                       __be64                          physical_address_end;
                } dyn_dealloc;
        } u;
 };
-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to