dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/include/asm-m32r/numnodes.h

16 lines
276 B
C

#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_ */