2017-09-22 03:55:01 +08:00
|
|
|
#ifndef _ASM_PARISC_TOPOLOGY_H
|
|
|
|
#define _ASM_PARISC_TOPOLOGY_H
|
|
|
|
|
2022-03-25 02:46:50 +08:00
|
|
|
#ifdef CONFIG_GENERIC_ARCH_TOPOLOGY
|
2017-09-22 03:55:01 +08:00
|
|
|
|
|
|
|
#include <linux/cpumask.h>
|
2022-03-25 02:46:50 +08:00
|
|
|
#include <linux/arch_topology.h>
|
2017-09-22 03:55:01 +08:00
|
|
|
|
|
|
|
#else
|
|
|
|
|
|
|
|
static inline void init_cpu_topology(void) { }
|
|
|
|
static inline void store_cpu_topology(unsigned int cpuid) { }
|
2022-03-25 02:46:50 +08:00
|
|
|
static inline void reset_cpu_topology(void) { }
|
2017-09-22 03:55:01 +08:00
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#include <asm-generic/topology.h>
|
|
|
|
|
|
|
|
#endif /* _ASM_ARM_TOPOLOGY_H */
|