File diff 5fc7f2080582 → 95e39e5412bd
BLD/build/HEADERS/92-vmkdrivers-asm-x64/vmkernel64/release/asm/numnodes.h
Show inline comments
 
new file 100644
 
#ifndef _ASM_X8664_NUMNODES_H
 
#define _ASM_X8664_NUMNODES_H 1
 

	
 
#include <linux/config.h>
 

	
 
/* Implement this change only for large-SMP configuration */
 
#if NR_CPUS > 8
 
#define NODES_SHIFT	6
 
#else
 
#define NODES_SHIFT	3
 
#endif
 

	
 
#endif