All of lore.kernel.org
 help / color / mirror / Atom feed
From: akpm@linux-foundation.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
Subject: - parisc-fix-smp-build-error.patch removed from -mm tree
Date: Thu, 13 Nov 2008 13:28:24 -0800	[thread overview]
Message-ID: <200811132128.mADLSOGD028428@imap1.linux-foundation.org> (raw)


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;

                 reply	other threads:[~2008-11-13 21:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200811132128.mADLSOGD028428@imap1.linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=cavok@dandreoli.com \
    --cc=cavokz@gmail.com \
    --cc=grundler@parisc-linux.org \
    --cc=kyle@mcmartin.ca \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=mm-commits@vger.kernel.org \
    --cc=rusty@rustcorp.com.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.