topology.h 211 B

123456789
  1. #ifndef _ASM_SPARC64_TOPOLOGY_H
  2. #define _ASM_SPARC64_TOPOLOGY_H
  3. #include <asm/spitfire.h>
  4. #define smt_capable() (tlb_type == hypervisor)
  5. #include <asm-generic/topology.h>
  6. #endif /* _ASM_SPARC64_TOPOLOGY_H */