|
@@ -32,6 +32,11 @@ int pcibus_to_node(struct pci_bus *bus);
|
|
|
|
|
|
#endif /* CONFIG_NUMA */
|
|
#endif /* CONFIG_NUMA */
|
|
|
|
|
|
|
|
+#include <linux/arch_topology.h>
|
|
|
|
+
|
|
|
|
+/* Replace task scheduler's default frequency-invariant accounting */
|
|
|
|
+#define arch_scale_freq_capacity topology_get_freq_scale
|
|
|
|
+
|
|
#include <asm-generic/topology.h>
|
|
#include <asm-generic/topology.h>
|
|
|
|
|
|
#endif /* _ASM_ARM_TOPOLOGY_H */
|
|
#endif /* _ASM_ARM_TOPOLOGY_H */
|