topology.h 216 B

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