xref: /linux/arch/sparc/include/asm/topology.h (revision a439fe51a1f8eb087c22dd24d69cebae4a3addac)
1*a439fe51SSam Ravnborg #ifndef ___ASM_SPARC_TOPOLOGY_H
2*a439fe51SSam Ravnborg #define ___ASM_SPARC_TOPOLOGY_H
3*a439fe51SSam Ravnborg #if defined(__sparc__) && defined(__arch64__)
4*a439fe51SSam Ravnborg #include <asm/topology_64.h>
5*a439fe51SSam Ravnborg #else
6*a439fe51SSam Ravnborg #include <asm/topology_32.h>
7*a439fe51SSam Ravnborg #endif
8*a439fe51SSam Ravnborg #endif
9