10 lines
161 B
C
10 lines
161 B
C
#ifndef _ASM_X8664_NUMNODES_H
|
|
#define _ASM_X8664_NUMNODES_H 1
|
|
|
|
#include <linux/config.h>
|
|
|
|
/* Max 8 Nodes - APIC limit currently */
|
|
#define NODES_SHIFT 3
|
|
|
|
#endif
|