Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140540
b: refs/heads/master
c: 23c5c9c
h: refs/heads/master
v: v3
  • Loading branch information
Rusty Russell committed Mar 13, 2009
1 parent c49d1a4 commit 03878ce
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 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: cb3d560f36c1e4aa3c26a1d79e9b6e62ab69896c
refs/heads/master: 23c5c9c66263311de1295b42382e5bc1e7c36c47
1 change: 0 additions & 1 deletion trunk/arch/x86/include/asm/topology.h
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ static inline int node_to_first_cpu(int node)
}
#endif

extern cpumask_t cpu_coregroup_map(int cpu);
extern const struct cpumask *cpu_coregroup_mask(int cpu);

#ifdef ENABLE_TOPO_DEFINES
Expand Down
5 changes: 0 additions & 5 deletions trunk/arch/x86/kernel/smpboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -428,11 +428,6 @@ const struct cpumask *cpu_coregroup_mask(int cpu)
return &c->llc_shared_map;
}

cpumask_t cpu_coregroup_map(int cpu)
{
return *cpu_coregroup_mask(cpu);
}

static void impress_friends(void)
{
int cpu;
Expand Down

0 comments on commit 03878ce

Please sign in to comment.