3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-07 23:03:06 +00:00

20 lines
402 B
C
Raw Normal View History

2022-04-02 18:08:56 +05:00
#ifndef _ASM_PARISC_TOPOLOGY_H
#define _ASM_PARISC_TOPOLOGY_H
#ifdef CONFIG_GENERIC_ARCH_TOPOLOGY
2022-04-02 18:08:56 +05:00
#include <linux/cpumask.h>
#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) { }
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 */