MIPS: Whitespace cleanup.
Having received another series of whitespace patches I decided to do this once and for all rather than dealing with this kind of patches trickling in forever. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
* Copyright (C) 1992 - 1997, 2000 Silicon Graphics, Inc.
|
||||
*
|
||||
* gda.h -- Contains the data structure for the global data area,
|
||||
* The GDA contains information communicated between the
|
||||
* The GDA contains information communicated between the
|
||||
* PROM, SYMMON, and the kernel.
|
||||
*/
|
||||
#ifndef _ASM_SN_GDA_H
|
||||
@@ -23,8 +23,8 @@
|
||||
*
|
||||
* Version # | Change
|
||||
* -------------+-------------------------------------------------------
|
||||
* 1 | Initial SN0 version
|
||||
* 2 | Prom sets g_partid field to the partition number. 0 IS
|
||||
* 1 | Initial SN0 version
|
||||
* 2 | Prom sets g_partid field to the partition number. 0 IS
|
||||
* | a valid partition #.
|
||||
*/
|
||||
|
||||
@@ -60,7 +60,7 @@ typedef struct gda {
|
||||
/* Pointer to a mask of nodes with copies
|
||||
* of the kernel. */
|
||||
char g_padding[56]; /* pad out to 128 bytes */
|
||||
nasid_t g_nasidtable[MAX_COMPACT_NODES]; /* NASID of each node,
|
||||
nasid_t g_nasidtable[MAX_COMPACT_NODES]; /* NASID of each node,
|
||||
* indexed by cnodeid.
|
||||
*/
|
||||
} gda_t;
|
||||
@@ -74,7 +74,7 @@ typedef struct gda {
|
||||
* revisions assume GDA is NOT set up, and read partition
|
||||
* information from the board info.
|
||||
*/
|
||||
#define PART_GDA_VERSION 2
|
||||
#define PART_GDA_VERSION 2
|
||||
|
||||
/*
|
||||
* The following requests can be sent to the PROM during startup.
|
||||
@@ -83,17 +83,17 @@ typedef struct gda {
|
||||
#define PROMOP_MAGIC 0x0ead0000
|
||||
#define PROMOP_MAGIC_MASK 0x0fff0000
|
||||
|
||||
#define PROMOP_BIST_SHIFT 11
|
||||
#define PROMOP_BIST_MASK (0x3 << 11)
|
||||
#define PROMOP_BIST_SHIFT 11
|
||||
#define PROMOP_BIST_MASK (0x3 << 11)
|
||||
|
||||
#define PROMOP_REG PI_ERR_STACK_ADDR_A
|
||||
|
||||
#define PROMOP_INVALID (PROMOP_MAGIC | 0x00)
|
||||
#define PROMOP_HALT (PROMOP_MAGIC | 0x10)
|
||||
#define PROMOP_POWERDOWN (PROMOP_MAGIC | 0x20)
|
||||
#define PROMOP_RESTART (PROMOP_MAGIC | 0x30)
|
||||
#define PROMOP_REBOOT (PROMOP_MAGIC | 0x40)
|
||||
#define PROMOP_IMODE (PROMOP_MAGIC | 0x50)
|
||||
#define PROMOP_HALT (PROMOP_MAGIC | 0x10)
|
||||
#define PROMOP_POWERDOWN (PROMOP_MAGIC | 0x20)
|
||||
#define PROMOP_RESTART (PROMOP_MAGIC | 0x30)
|
||||
#define PROMOP_REBOOT (PROMOP_MAGIC | 0x40)
|
||||
#define PROMOP_IMODE (PROMOP_MAGIC | 0x50)
|
||||
|
||||
#define PROMOP_CMD_MASK 0x00f0
|
||||
#define PROMOP_OPTIONS_MASK 0xfff0
|
||||
|
Reference in New Issue
Block a user