diff options
Diffstat (limited to 'include/asm-m32r/numnodes.h')
-rw-r--r-- | include/asm-m32r/numnodes.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/asm-m32r/numnodes.h b/include/asm-m32r/numnodes.h new file mode 100644 index 000000000000..479a39d49f83 --- /dev/null +++ b/include/asm-m32r/numnodes.h | |||
@@ -0,0 +1,15 @@ | |||
1 | #ifndef _ASM_NUMNODES_H_ | ||
2 | #define _ASM_NUMNODES_H_ | ||
3 | |||
4 | #include <linux/config.h> | ||
5 | |||
6 | #ifdef CONFIG_DISCONTIGMEM | ||
7 | |||
8 | #if defined(CONFIG_CHIP_M32700) | ||
9 | #define NODES_SHIFT 1 /* Max 2 Nodes */ | ||
10 | #endif /* CONFIG_CHIP_M32700 */ | ||
11 | |||
12 | #endif /* CONFIG_DISCONTIGMEM */ | ||
13 | |||
14 | #endif /* _ASM_NUMNODES_H_ */ | ||
15 | |||