|
@@ -45,6 +45,9 @@ int pcibus_to_node(struct pci_bus *bus);
|
|
/* Replace task scheduler's default cpu-invariant accounting */
|
|
/* Replace task scheduler's default cpu-invariant accounting */
|
|
#define arch_scale_cpu_capacity topology_get_cpu_scale
|
|
#define arch_scale_cpu_capacity topology_get_cpu_scale
|
|
|
|
|
|
|
|
+/* Enable topology flag updates */
|
|
|
|
+#define arch_update_cpu_topology topology_update_cpu_topology
|
|
|
|
+
|
|
#include <asm-generic/topology.h>
|
|
#include <asm-generic/topology.h>
|
|
|
|
|
|
#endif /* _ASM_ARM_TOPOLOGY_H */
|
|
#endif /* _ASM_ARM_TOPOLOGY_H */
|