Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 245715
b: refs/heads/master
c: 752d4f3
h: refs/heads/master
i:
  245713: 4cc6b98
  245711: 42c0f57
v: v3
  • Loading branch information
Tejun Heo committed May 2, 2011
1 parent 51f0611 commit f8c63c3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 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: bd6709a91a593d8fe35d08da542e9f93bb74a304
refs/heads/master: 752d4f372f90a2f6eb562aaffb639957890cbcab
2 changes: 0 additions & 2 deletions trunk/arch/x86/include/asm/numa.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,12 @@ static inline int numa_cpu_node(int cpu)
#ifdef CONFIG_NUMA
extern void __cpuinit numa_set_node(int cpu, int node);
extern void __cpuinit numa_clear_node(int cpu);
extern void __init numa_init_array(void);
extern void __init init_cpu_to_node(void);
extern void __cpuinit numa_add_cpu(int cpu);
extern void __cpuinit numa_remove_cpu(int cpu);
#else /* CONFIG_NUMA */
static inline void numa_set_node(int cpu, int node) { }
static inline void numa_clear_node(int cpu) { }
static inline void numa_init_array(void) { }
static inline void init_cpu_to_node(void) { }
static inline void numa_add_cpu(int cpu) { }
static inline void numa_remove_cpu(int cpu) { }
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/mm/numa.c
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ static int __init numa_register_memblks(struct numa_meminfo *mi)
* as the number of CPUs is not known yet. We round robin the existing
* nodes.
*/
void __init numa_init_array(void)
static void __init numa_init_array(void)
{
int rr, i;

Expand Down

0 comments on commit f8c63c3

Please sign in to comment.