Commit d6ae390a authored by Joe Perches's avatar Joe Perches Committed by Ingo Molnar

include/asm-x86/voyager.h: checkpatch cleanups - formatting only

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 8948584e
...@@ -91,8 +91,7 @@ ...@@ -91,8 +91,7 @@
#define VOYAGER_WRITE_CONFIG 0x2 #define VOYAGER_WRITE_CONFIG 0x2
#define VOYAGER_BYPASS 0xff #define VOYAGER_BYPASS 0xff
typedef struct voyager_asic typedef struct voyager_asic {
{
__u8 asic_addr; /* ASIC address; Level 4 */ __u8 asic_addr; /* ASIC address; Level 4 */
__u8 asic_type; /* ASIC type */ __u8 asic_type; /* ASIC type */
__u8 asic_id; /* ASIC id */ __u8 asic_id; /* ASIC id */
...@@ -148,7 +147,8 @@ typedef struct voyager_eeprom_hdr { ...@@ -148,7 +147,8 @@ typedef struct voyager_eeprom_hdr {
#define VOYAGER_EPROM_SIZE_OFFSET ((__u16)(&(((voyager_eprom_hdr_t *)0)->ee_size))) #define VOYAGER_EPROM_SIZE_OFFSET \
((__u16)(&(((voyager_eprom_hdr_t *)0)->ee_size)))
#define VOYAGER_XSUM_END_OFFSET 0x2a #define VOYAGER_XSUM_END_OFFSET 0x2a
/* the following three definitions are for internal table layouts /* the following three definitions are for internal table layouts
...@@ -382,16 +382,27 @@ struct CPU_Info { ...@@ -382,16 +382,27 @@ struct CPU_Info {
* packed in it by our friend the compiler. * packed in it by our friend the compiler.
*/ */
typedef struct { typedef struct {
__u8 Mailbox_SUS; /* Written to by SUS to give commands/response to the OS */ __u8 Mailbox_SUS; /* Written to by SUS to give
__u8 Mailbox_OS; /* Written to by the OS to give commands/response to SUS */ commands/response to the OS */
__u8 SUS_MailboxVersion; /* Tells the OS which iteration of the interface SUS supports */ __u8 Mailbox_OS; /* Written to by the OS to give
__u8 OS_MailboxVersion; /* Tells SUS which iteration of the interface the OS supports */ commands/response to SUS */
__u32 OS_Flags; /* Flags set by the OS as info for SUS */ __u8 SUS_MailboxVersion; /* Tells the OS which iteration of the
__u32 SUS_Flags; /* Flags set by SUS as info for the OS */ interface SUS supports */
__u32 WatchDogPeriod; /* Watchdog period (in seconds) which the DP uses to see if the OS is dead */ __u8 OS_MailboxVersion; /* Tells SUS which iteration of the
interface the OS supports */
__u32 OS_Flags; /* Flags set by the OS as info for
SUS */
__u32 SUS_Flags; /* Flags set by SUS as info
for the OS */
__u32 WatchDogPeriod; /* Watchdog period (in seconds) which
the DP uses to see if the OS
is dead */
__u32 WatchDogCount; /* Updated by the OS on every tic. */ __u32 WatchDogCount; /* Updated by the OS on every tic. */
__u32 MemoryFor_SUS_ErrorLog; /* Flat 32 bit address which tells SUS where to stuff the SUS error log on a dump */ __u32 MemoryFor_SUS_ErrorLog; /* Flat 32 bit address which tells SUS
MC_SlotInformation_t MC_SlotInfo[NUMBER_OF_MC_BUSSES*SLOTS_PER_MC_BUS]; /* Storage for MCA POS data */ where to stuff the SUS error log
on a dump */
MC_SlotInformation_t MC_SlotInfo[NUMBER_OF_MC_BUSSES*SLOTS_PER_MC_BUS];
/* Storage for MCA POS data */
/* All new SECOND_PASS_INTERFACE fields added from this point */ /* All new SECOND_PASS_INTERFACE fields added from this point */
struct ProcBoardInfo *BoardData; struct ProcBoardInfo *BoardData;
struct CPU_Info *CPU_Data; struct CPU_Info *CPU_Data;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment