[PATCH] fix cpumask build breakage on parisc

From: Helge Deller
Date: Thu Nov 13 2008 - 12:56:19 EST


This commit:
2d3854a37e8b767a51aba38ed6d22817b0631e33
cpumask: introduce new API, without changing anything

introduced a build breakage on parisc.

This trivial patch fixes it.


Signed-off-by: Helge Deller <deller@xxxxxx>
CC: Rusty Russell <rusty@xxxxxxxxxxxxxxx>
CC: akpm@xxxxxxxxxxxxxxxxxxxx
CC: torvalds@xxxxxxxxxxxxxxxxxxxx
CC: Kyle Mc Martin <kyle@xxxxxxxxxxxxxxx>


--- a/arch/parisc/include/asm/smp.h
+++ b/arch/parisc/include/asm/smp.h
@@ -44,8 +44,6 @@ extern void arch_send_call_function_ipi(cpumask_t mask);

#define PROC_CHANGE_PENALTY 15 /* Schedule penalty */

-extern unsigned long cpu_present_mask;
-
#define raw_smp_processor_id() (current_thread_info()->cpu)

#else /* CONFIG_SMP */
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/