From mboxrd@z Thu Jan 1 00:00:00 1970 From: akpm@linux-foundation.org Subject: - parisc-fix-smp-build-error.patch removed from -mm tree Date: Thu, 13 Nov 2008 13:28:24 -0800 Message-ID: <200811132128.mADLSOGD028428@imap1.linux-foundation.org> Reply-To: linux-kernel@vger.kernel.org Return-path: Received: from smtp1.linux-foundation.org ([140.211.169.13]:52776 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753185AbYKMV3b (ORCPT ); Thu, 13 Nov 2008 16:29:31 -0500 Sender: mm-commits-owner@vger.kernel.org List-Id: mm-commits@vger.kernel.org To: cavokz@gmail.com, cavok@dandreoli.com, grundler@parisc-linux.org, kyle@mcmartin.ca, mingo@elte.hu, rusty@rustcorp.com.au, mm-commits@vger.kernel.org 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 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 Cc: Rusty Russell Cc: Ingo Molnar Cc: Kyle McMartin Cc: Grant Grundler Signed-off-by: Andrew Morton --- 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;