You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef _ASM_X8664_NUMNODES_H
|
|
#define _ASM_X8664_NUMNODES_H 1
|
|
|
|
#include <linux/config.h>
|
|
|
|
#ifdef CONFIG_NUMA
|
|
#define NODES_SHIFT 6
|
|
#else
|
|
#define NODES_SHIFT 0
|
|
#endif
|
|
|
|
#endif
|
|
|