Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376875
b: refs/heads/master
c: 92bdd3f
h: refs/heads/master
i:
  376873: 41aad16
  376871: 231d443
v: v3
  • Loading branch information
Arnd Bergmann authored and Russell King committed Jun 5, 2013
1 parent 9c503f2 commit f920665
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 275236797916924103e133e3d7a7ea777c951273
refs/heads/master: 92bdd3f5eba299b33c2f4407977d6fa2e2a6a0da
2 changes: 2 additions & 0 deletions trunk/arch/arm/kernel/topology.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

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

const struct cpumask *cpu_coregroup_mask(int cpu)
{
Expand Down

0 comments on commit f920665

Please sign in to comment.