]> Git Repo - J-linux.git/blob - arch/parisc/include/asm/topology.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / arch / parisc / include / asm / topology.h
1 #ifndef _ASM_PARISC_TOPOLOGY_H
2 #define _ASM_PARISC_TOPOLOGY_H
3
4 #ifdef CONFIG_GENERIC_ARCH_TOPOLOGY
5
6 #include <linux/cpumask.h>
7 #include <linux/arch_topology.h>
8
9 #else
10
11 static inline void init_cpu_topology(void) { }
12 static inline void store_cpu_topology(unsigned int cpuid) { }
13 static inline void reset_cpu_topology(void) { }
14
15 #endif
16
17 #include <asm-generic/topology.h>
18
19 #endif /* _ASM_ARM_TOPOLOGY_H */
This page took 0.028958 seconds and 4 git commands to generate.