2022-04-02 18:08:56 +05:00
|
|
|
#ifndef _ASM_PARISC_TOPOLOGY_H
|
|
|
|
#define _ASM_PARISC_TOPOLOGY_H
|
|
|
|
|
2022-05-12 10:47:00 -07:00
|
|
|
#ifdef CONFIG_GENERIC_ARCH_TOPOLOGY
|
2022-04-02 18:08:56 +05:00
|
|
|
|
|
|
|
#include <linux/cpumask.h>
|
2022-05-12 10:47:00 -07:00
|
|
|
#include <linux/arch_topology.h>
|
2022-04-02 18:08:56 +05:00
|
|
|
|
|
|
|
#else
|
|
|
|
|
|
|
|
static inline void init_cpu_topology(void) { }
|
|
|
|
static inline void store_cpu_topology(unsigned int cpuid) { }
|
2022-05-12 10:47:00 -07:00
|
|
|
static inline void reset_cpu_topology(void) { }
|
2022-04-02 18:08:56 +05:00
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#include <asm-generic/topology.h>
|
|
|
|
|
|
|
|
#endif /* _ASM_ARM_TOPOLOGY_H */
|