2005-04-17 02:20:36 +04:00
|
|
|
#ifndef _ASM_SPARC64_TOPOLOGY_H
|
|
|
|
#define _ASM_SPARC64_TOPOLOGY_H
|
|
|
|
|
2006-06-27 13:54:42 +04:00
|
|
|
#include <asm/spitfire.h>
|
|
|
|
#define smt_capable() (tlb_type == hypervisor)
|
|
|
|
|
2005-04-17 02:20:36 +04:00
|
|
|
#include <asm-generic/topology.h>
|
|
|
|
|
|
|
|
#endif /* _ASM_SPARC64_TOPOLOGY_H */
|