cregit-Linux how code gets into the kernel

Release 4.14 include/linux/numa.h

Directory: include/linux
/* SPDX-License-Identifier: GPL-2.0 */
#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 Morton2060.61%125.00%
Yasunori Goto824.24%125.00%
Lee Schermerhorn412.12%125.00%
Greg Kroah-Hartman13.03%125.00%
Total33100.00%4100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.