Files
linux-apfs/include/asm-sparc64/topology.h
T

10 lines
211 B
C
Raw Normal View History

2005-04-16 15:20:36 -07:00
#ifndef _ASM_SPARC64_TOPOLOGY_H
#define _ASM_SPARC64_TOPOLOGY_H
#include <asm/spitfire.h>
#define smt_capable() (tlb_type == hypervisor)
2005-04-16 15:20:36 -07:00
#include <asm-generic/topology.h>
#endif /* _ASM_SPARC64_TOPOLOGY_H */