Skip to content

Commit

Permalink
fix cpumask build breakage on parisc
Browse files Browse the repository at this point in the history
Commit 2d3854a ("cpumask: introduce new
API, without changing anything") introduced a build breakage on parisc.

This trivial patch fixes it.

Signed-off-by: Helge Deller <deller@gmx.de>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Kyle Mc Martin <kyle@hera.kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Helge Deller authored and Linus Torvalds committed Nov 13, 2008
1 parent 4ffaf86 commit 906bf11
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/parisc/include/asm/smp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 906bf11

Please sign in to comment.