topology.h 190 B

123456789101112
  1. #ifndef _ASM_TOPOLOGY_H
  2. #define _ASM_TOPOLOGY_H
  3. #ifdef CONFIG_NUMA
  4. #error NUMA not supported yet
  5. #endif /* CONFIG_NUMA */
  6. #include <asm-generic/topology.h>
  7. #endif /* _ASM_TOPOLOGY_H */