URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [include/] [linux/] [numa.h] - Rev 81
Go to most recent revision | Compare with Previous | Blame | View Log
#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) #endif /* _LINUX_NUMA_H */
Go to most recent revision | Compare with Previous | Blame | View Log