This repository has been archived on 2023-08-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

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