^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) /* SPDX-License-Identifier: GPL-2.0 */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) #ifndef ___ASM_SPARC_TOPOLOGY_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) #define ___ASM_SPARC_TOPOLOGY_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) #if defined(__sparc__) && defined(__arch64__)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) #include <asm/topology_64.h>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) #else
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) #include <asm/topology_32.h>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) #endif
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) #endif