include/asm-x86/numaq.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
cb046eed76
commit
5f4e4b7209
1 changed files with 5 additions and 4 deletions
|
@ -33,7 +33,8 @@ extern int get_memcfg_numaq(void);
|
||||||
/*
|
/*
|
||||||
* SYS_CFG_DATA_PRIV_ADDR, struct eachquadmem, and struct sys_cfg_data are the
|
* SYS_CFG_DATA_PRIV_ADDR, struct eachquadmem, and struct sys_cfg_data are the
|
||||||
*/
|
*/
|
||||||
#define SYS_CFG_DATA_PRIV_ADDR 0x0009d000 /* place for scd in private quad space */
|
#define SYS_CFG_DATA_PRIV_ADDR 0x0009d000 /* place for scd in private
|
||||||
|
quad space */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Communication area for each processor on lynxer-processor tests.
|
* Communication area for each processor on lynxer-processor tests.
|
||||||
|
@ -152,7 +153,7 @@ struct sys_cfg_data {
|
||||||
/*
|
/*
|
||||||
* memory configuration area for each quad
|
* memory configuration area for each quad
|
||||||
*/
|
*/
|
||||||
struct eachquadmem eq[MAX_NUMNODES]; /* indexed by quad id */
|
struct eachquadmem eq[MAX_NUMNODES]; /* indexed by quad id */
|
||||||
};
|
};
|
||||||
|
|
||||||
static inline unsigned long *get_zholes_size(int nid)
|
static inline unsigned long *get_zholes_size(int nid)
|
||||||
|
|
Loading…
Add table
Reference in a new issue