Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23756
b: refs/heads/master
c: a9de983
h: refs/heads/master
v: v3
  • Loading branch information
Jack Steiner authored and Tony Luck committed Mar 24, 2006
1 parent 7d8aecb commit 0eb6427
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: 3ad5ef8b9d0d0cc2d4b2c63e766ef903d482dfc7
refs/heads/master: a9de98351436b25b3c2f234addb6d66a6a6f42f8
2 changes: 1 addition & 1 deletion trunk/arch/ia64/kernel/numa.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <asm/processor.h>
#include <asm/smp.h>

u8 cpu_to_node_map[NR_CPUS] __cacheline_aligned;
u16 cpu_to_node_map[NR_CPUS] __cacheline_aligned;
EXPORT_SYMBOL(cpu_to_node_map);

cpumask_t node_to_cpu_mask[MAX_NUMNODES] __cacheline_aligned;
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-ia64/numa.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#include <asm/mmzone.h>

extern u8 cpu_to_node_map[NR_CPUS] __cacheline_aligned;
extern u16 cpu_to_node_map[NR_CPUS] __cacheline_aligned;
extern cpumask_t node_to_cpu_mask[MAX_NUMNODES] __cacheline_aligned;

/* Stuff below this line could be architecture independent */
Expand Down

0 comments on commit 0eb6427

Please sign in to comment.