Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276160
b: refs/heads/master
c: 4cbd6b1
h: refs/heads/master
v: v3
  • Loading branch information
Vincent Guittot authored and Russell King committed Nov 30, 2011
1 parent c9355d9 commit 24fc8d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b5bed7fe801d1460424b7aeb6b06464e23d2a1e6
refs/heads/master: 4cbd6b167f9ed756ced970e0a95538f60ae3b9ab
2 changes: 1 addition & 1 deletion trunk/arch/arm/include/asm/topology.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ extern struct cputopo_arm cpu_topology[NR_CPUS];

void init_cpu_topology(void);
void store_cpu_topology(unsigned int cpuid);
const struct cpumask *cpu_coregroup_mask(unsigned int cpu);
const struct cpumask *cpu_coregroup_mask(int cpu);

#else

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/kernel/topology.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

struct cputopo_arm cpu_topology[NR_CPUS];

const struct cpumask *cpu_coregroup_mask(unsigned int cpu)
const struct cpumask *cpu_coregroup_mask(int cpu)
{
return &cpu_topology[cpu].core_sibling;
}
Expand Down

0 comments on commit 24fc8d8

Please sign in to comment.