Message ID | 20160822190412.GA27546@linux.intel.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
diff --git a/arch/x86/include/asm/topology.h b/arch/x86/include/asm/topology.h index f148843..bcf3e85 100644 --- a/arch/x86/include/asm/topology.h +++ b/arch/x86/include/asm/topology.h @@ -147,6 +147,8 @@ int x86_pci_root_bus_node(int bus); void x86_pci_root_bus_resources(int bus, struct list_head *resources); #ifdef CONFIG_SCHED_ITMT +#include <asm/percpu.h> + DECLARE_PER_CPU_READ_MOSTLY(int, sched_core_priority); static inline bool sched_asym_prefer(int a, int b)