|
@@ -37,6 +37,9 @@ int pcibus_to_node(struct pci_bus *bus);
|
|
/* Replace task scheduler's default frequency-invariant accounting */
|
|
/* Replace task scheduler's default frequency-invariant accounting */
|
|
#define arch_scale_freq_capacity topology_get_freq_scale
|
|
#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>
|
|
#include <asm-generic/topology.h>
|
|
|
|
|
|
#endif /* _ASM_ARM_TOPOLOGY_H */
|
|
#endif /* _ASM_ARM_TOPOLOGY_H */
|