diff options
| author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-01-08 00:24:38 -0500 |
|---|---|---|
| committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-01-08 00:24:38 -0500 |
| commit | 24f030175d30f019be41766cdf88c2ff03de19ff (patch) | |
| tree | 354232a84e82d5a721ed7b1a9af580ff2a59be8f /arch/alpha/kernel/setup.c | |
| parent | 4aa12f7b927c3cac0e0cf3503642597527d0ece0 (diff) | |
| parent | 9e42d0cf5020aaf217433cad1a224745241d212a (diff) | |
Merge commit 'origin/master' into next
Diffstat (limited to 'arch/alpha/kernel/setup.c')
| -rw-r--r-- | arch/alpha/kernel/setup.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/alpha/kernel/setup.c b/arch/alpha/kernel/setup.c index a449e999027c..02bee6983ce2 100644 --- a/arch/alpha/kernel/setup.c +++ b/arch/alpha/kernel/setup.c | |||
| @@ -79,6 +79,11 @@ int alpha_l3_cacheshape; | |||
| 79 | unsigned long alpha_verbose_mcheck = CONFIG_VERBOSE_MCHECK_ON; | 79 | unsigned long alpha_verbose_mcheck = CONFIG_VERBOSE_MCHECK_ON; |
| 80 | #endif | 80 | #endif |
| 81 | 81 | ||
| 82 | #ifdef CONFIG_NUMA | ||
| 83 | struct cpumask node_to_cpumask_map[MAX_NUMNODES] __read_mostly; | ||
| 84 | EXPORT_SYMBOL(node_to_cpumask_map); | ||
| 85 | #endif | ||
| 86 | |||
| 82 | /* Which processor we booted from. */ | 87 | /* Which processor we booted from. */ |
| 83 | int boot_cpuid; | 88 | int boot_cpuid; |
| 84 | 89 | ||
