public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Domenico Andreoli <cavokz@gmail.com>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Cc: linux-parisc@vger.kernel.org, Rusty Russell <rusty@rustcorp.com.au>
Subject: [PATCH] fix build error on hppa SMP (was Re: Linux 2.6.28-rc4)
Date: Mon, 10 Nov 2008 16:42:26 +0100	[thread overview]
Message-ID: <20081110154226.GA28675@tilt.dandreoli.com> (raw)
In-Reply-To: <alpine.LFD.2.00.0811091650250.3468@nehalem.linux-foundation.org>

On Sun, Nov 09, 2008 at 04:55:42PM -0800, Linus Torvalds wrote:
> 
> Rusty Russell (3):
>       cpumask: introduce new API, without changing anything
>       cpumask: new API, v2
>       cpumask: introduce new API, without changing anything, v3

Nothing to change here, go away! :)

---
From: Domenico Andreoli <cavok@dandreoli.com>
Date: Mon, 10 Nov 2008 16:31:07 +0100
Subject: [PATCH] fix build error on hppa SMP

Remove extern declaration of cpu_present_mask.

Fixes build error due to new cpumask API (2d3854a37e8b767a51aba38ed6d22817b0631e33).

Signed-off-by: Domenico Andreoli <cavok@dandreoli.com>
---
 arch/parisc/include/asm/smp.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/arch/parisc/include/asm/smp.h b/arch/parisc/include/asm/smp.h
index 398cdba..409e698 100644
--- 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 */
---

-----[ Domenico Andreoli, aka cavok
 --[ http://www.dandreoli.com/gpgkey.asc
   ---[ 3A0F 2F80 F79C 678A 8936  4FEE 0677 9033 A20E BC50

      reply	other threads:[~2008-11-10 15:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-10  0:55 Linux 2.6.28-rc4 Linus Torvalds
2008-11-10 15:42 ` Domenico Andreoli [this message]

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=20081110154226.GA28675@tilt.dandreoli.com \
    --to=cavokz@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-parisc@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox