cregit-Linux how code gets into the kernel

Release 4.7 include/linux/numa.h

Directory: include/linux
#ifndef _LINUX_NUMA_H

#define _LINUX_NUMA_H


#ifdef CONFIG_NODES_SHIFT

#define NODES_SHIFT     CONFIG_NODES_SHIFT
#else

#define NODES_SHIFT     0
#endif


#define MAX_NUMNODES    (1 << NODES_SHIFT)


#define	NUMA_NO_NODE	(-1)

#endif /* _LINUX_NUMA_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
andrew mortonandrew morton2062.50%133.33%
yasunori gotoyasunori goto825.00%133.33%
lee schermerhornlee schermerhorn412.50%133.33%
Total32100.00%3100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}