mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-26 04:25:27 +08:00
8 lines
142 B
C
8 lines
142 B
C
|
#ifndef _ASM_MAX_NUMNODES_H
|
||
|
#define _ASM_MAX_NUMNODES_H
|
||
|
|
||
|
/* Max 128 Nodes - Marvel */
|
||
|
#define NODES_SHIFT 7
|
||
|
|
||
|
#endif /* _ASM_MAX_NUMNODES_H */
|