Commit 60e9bfd1 authored by Joe Perches's avatar Joe Perches Committed by Ingo Molnar

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

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 7491d33d
...@@ -16,7 +16,7 @@ struct memnode { ...@@ -16,7 +16,7 @@ struct memnode {
int shift; int shift;
unsigned int mapsize; unsigned int mapsize;
s16 *map; s16 *map;
s16 embedded_map[64-8]; s16 embedded_map[64 - 8];
} ____cacheline_aligned; /* total size = 128 bytes */ } ____cacheline_aligned; /* total size = 128 bytes */
extern struct memnode memnode; extern struct memnode memnode;
#define memnode_shift memnode.shift #define memnode_shift memnode.shift
...@@ -44,8 +44,8 @@ static inline __attribute__((pure)) int phys_to_nid(unsigned long addr) ...@@ -44,8 +44,8 @@ static inline __attribute__((pure)) int phys_to_nid(unsigned long addr)
extern int early_pfn_to_nid(unsigned long pfn); extern int early_pfn_to_nid(unsigned long pfn);
#ifdef CONFIG_NUMA_EMU #ifdef CONFIG_NUMA_EMU
#define FAKE_NODE_MIN_SIZE (64*1024*1024) #define FAKE_NODE_MIN_SIZE (64 * 1024 * 1024)
#define FAKE_NODE_MIN_HASH_MASK (~(FAKE_NODE_MIN_SIZE - 1uL)) #define FAKE_NODE_MIN_HASH_MASK (~(FAKE_NODE_MIN_SIZE - 1UL))
#endif #endif
#endif #endif
......
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