* - parisc-fix-smp-build-error.patch removed from -mm tree
@ 2008-11-13 21:28 akpm
0 siblings, 0 replies; only message in thread
From: akpm @ 2008-11-13 21:28 UTC (permalink / raw)
To: cavokz, cavok, grundler, kyle, mingo, rusty, mm-commits
The patch titled
parisc: fix SMP build error
has been removed from the -mm tree. Its filename was
parisc-fix-smp-build-error.patch
This patch was dropped because it was merged into mainline or a subsystem tree
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
Subject: parisc: fix SMP build error
From: Domenico Andreoli <cavokz@gmail.com>
Remove extern declaration of cpu_present_mask.
Fixes build error due to new cpumask API
2d3854a37e8b767a51aba38ed6d22817b0631e33 ("cpumask: introduce new API,
without changing anything").
Signed-off-by: Domenico Andreoli <cavok@dandreoli.com>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Kyle McMartin <kyle@mcmartin.ca>
Cc: Grant Grundler <grundler@parisc-linux.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
arch/parisc/include/asm/smp.h | 2 --
1 file changed, 2 deletions(-)
diff -puN arch/parisc/include/asm/smp.h~parisc-fix-smp-build-error arch/parisc/include/asm/smp.h
--- a/arch/parisc/include/asm/smp.h~parisc-fix-smp-build-error
+++ a/arch/parisc/include/asm/smp.h
@@ -44,8 +44,6 @@ extern void arch_send_call_function_ipi(
#define PROC_CHANGE_PENALTY 15 /* Schedule penalty */
-extern unsigned long cpu_present_mask;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-11-13 21:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-13 21:28 - parisc-fix-smp-build-error.patch removed from -mm tree akpm
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.