2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-25 21:54:06 +08:00
linux-next/include/asm-m32r/numnodes.h

16 lines
276 B
C
Raw Normal View History

#ifndef _ASM_NUMNODES_H_
#define _ASM_NUMNODES_H_
#include <linux/config.h>
#ifdef CONFIG_DISCONTIGMEM
#if defined(CONFIG_CHIP_M32700)
#define NODES_SHIFT 1 /* Max 2 Nodes */
#endif /* CONFIG_CHIP_M32700 */
#endif /* CONFIG_DISCONTIGMEM */
#endif /* _ASM_NUMNODES_H_ */