Message ID | 20170926164115.32367-11-dietmar.eggemann@arm.com |
---|---|
State | Accepted |
Commit | 431ead0ff19b440b1ba25c72d732190b44615cdb |
Headers | show |
Series | arm, arm64, cpufreq: frequency- and cpu-invariant accounting support for task scheduler | expand |
diff --git a/arch/arm64/include/asm/topology.h b/arch/arm64/include/asm/topology.h index 44598a86ec4a..e313eeb10756 100644 --- a/arch/arm64/include/asm/topology.h +++ b/arch/arm64/include/asm/topology.h @@ -37,6 +37,9 @@ int pcibus_to_node(struct pci_bus *bus); /* Replace task scheduler's default frequency-invariant accounting */ #define arch_scale_freq_capacity topology_get_freq_scale +/* Replace task scheduler's default cpu-invariant accounting */ +#define arch_scale_cpu_capacity topology_get_cpu_scale + #include <asm-generic/topology.h> #endif /* _ASM_ARM_TOPOLOGY_H */