diff options
| author | Andrew Morton <akpm@osdl.org> | 2003-09-21 22:34:50 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2003-09-21 22:34:50 -0700 |
| commit | fd5e34d687a23bf4cfeff563166e0540eab03f44 (patch) | |
| tree | 5c2c7775bc1a25322df5ecd813569a7536989d29 /include | |
| parent | 206cdfbd8c60622f6b0e0d33bc1239e11153e07d (diff) | |
[PATCH] misc fixes
- bio_release_pages() should have file-local scope.
- don't use spaces in slab names in device mapper, enforce this henceforth
in kmem_cache_create().
- Fix alpha header leftover from cpumask_t conversion
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-alpha/smp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-alpha/smp.h b/include/asm-alpha/smp.h index 093fcb435747..0283901c468c 100644 --- a/include/asm-alpha/smp.h +++ b/include/asm-alpha/smp.h @@ -46,7 +46,7 @@ extern struct cpuinfo_alpha cpu_data[NR_CPUS]; #define smp_processor_id() (current_thread_info()->cpu) extern cpumask_t cpu_present_mask; -extern cpumask_t long cpu_online_map; +extern cpumask_t cpu_online_map; extern int smp_num_cpus; #define cpu_possible(cpu) cpu_isset(cpu, cpu_present_mask) |
