20 lines
402 B
C
Raw Normal View History

2026-01-21 18:59:54 +08:00
#ifndef _ASM_PARISC_TOPOLOGY_H
#define _ASM_PARISC_TOPOLOGY_H
2026-01-29 22:25:33 +08:00
#ifdef CONFIG_GENERIC_ARCH_TOPOLOGY
2026-01-21 18:59:54 +08:00
#include <linux/cpumask.h>
2026-01-29 22:25:33 +08:00
#include <linux/arch_topology.h>
2026-01-21 18:59:54 +08:00
#else
static inline void init_cpu_topology(void) { }
static inline void store_cpu_topology(unsigned int cpuid) { }
2026-01-29 22:25:33 +08:00
static inline void reset_cpu_topology(void) { }
2026-01-21 18:59:54 +08:00
#endif
#include <asm-generic/topology.h>
#endif /* _ASM_ARM_TOPOLOGY_H */