Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80299
b: refs/heads/master
c: 118c890
h: refs/heads/master
i:
  80297: a24bb23
  80295: ad6fe34
v: v3
  • Loading branch information
Andrew Morton authored and Ingo Molnar committed Jan 30, 2008
1 parent c317eda commit 2711365
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: 693e3c560317577a29c625d89f6745d5c7cfd918
refs/heads/master: 118c890961a2ca456947d72ebe0ce43de07907f0
2 changes: 1 addition & 1 deletion trunk/arch/x86/mm/numa_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ bootmem_data_t plat_node_bdata[MAX_NUMNODES];

struct memnode memnode;

u16 x86_cpu_to_node_map_init[NR_CPUS] __initdata = {
u16 x86_cpu_to_node_map_init[NR_CPUS] = {
[0 ... NR_CPUS-1] = NUMA_NO_NODE
};
void *x86_cpu_to_node_map_early_ptr;
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-x86/topology.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

/* Mappings between logical cpu number and node number */
DECLARE_PER_CPU(u16, x86_cpu_to_node_map);
extern u16 __initdata x86_cpu_to_node_map_init[];
extern u16 x86_cpu_to_node_map_init[];
extern void *x86_cpu_to_node_map_early_ptr;
extern cpumask_t node_to_cpumask_map[];

Expand Down

0 comments on commit 2711365

Please sign in to comment.