|
@@ -13,6 +13,7 @@
|
|
|
|
|
|
#include <linux/cpu.h>
|
|
#include <linux/cpu.h>
|
|
#include <linux/cpumask.h>
|
|
#include <linux/cpumask.h>
|
|
|
|
+#include <linux/export.h>
|
|
#include <linux/init.h>
|
|
#include <linux/init.h>
|
|
#include <linux/percpu.h>
|
|
#include <linux/percpu.h>
|
|
#include <linux/node.h>
|
|
#include <linux/node.h>
|
|
@@ -200,6 +201,7 @@ static inline void update_cpu_power(unsigned int cpuid, unsigned int mpidr) {}
|
|
* cpu topology table
|
|
* cpu topology table
|
|
*/
|
|
*/
|
|
struct cputopo_arm cpu_topology[NR_CPUS];
|
|
struct cputopo_arm cpu_topology[NR_CPUS];
|
|
|
|
+EXPORT_SYMBOL_GPL(cpu_topology);
|
|
|
|
|
|
const struct cpumask *cpu_coregroup_mask(int cpu)
|
|
const struct cpumask *cpu_coregroup_mask(int cpu)
|
|
{
|
|
{
|