From fd5e34d687a23bf4cfeff563166e0540eab03f44 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Sun, 21 Sep 2003 22:34:50 -0700 Subject: [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 --- include/asm-alpha/smp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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) -- cgit v1.2.3