LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: "Luck, Tony" <tony.luck@intel.com>
To: "Ingo Molnar" <mingo@elte.hu>
Cc: linux-kernel@vger.kernel.org,
	"Rusty Russell" <rusty@rustcorp.com.au>,
	"Mike Travis" <travis@sgi.com>
Subject: [PATCH-linux-next] ia64: fix build breakage in smp.h
Date: Fri, 31 Oct 2008 11:56:26 -0700	[thread overview]
Message-ID: <200810311856.m9VIuQ0q009450@agluck-lia64.sc.intel.com> (raw)

The commit:
 "cpumask: switch over to cpu_online/possible/active/present_mask"
provides a define for cpu_online_map but did not delete the
declaration in arch/ia64/include/asm/smp.h resulting in this
build error:

  CC      arch/ia64/kernel/asm-offsets.s
In file included from include/linux/smp.h:30,
                 from include/linux/sched.h:68,
                 from arch/ia64/kernel/asm-offsets.c:9:
arch/ia64/include/asm/smp.h:60: error: expected ')' before '*' token
arch/ia64/include/asm/smp.h:60: error: expected ')' before 'cpu_online_mask'

Fix: just delete the declaration, it is no longer needed.

Signed-off-by: Tony Luck <tony.luck@intel.com>

---

Ingo: I think this belongs in the auto-cpus4096-next branch of the tip tree

diff --git a/arch/ia64/include/asm/smp.h b/arch/ia64/include/asm/smp.h
index 12d96e0..21c4023 100644
--- a/arch/ia64/include/asm/smp.h
+++ b/arch/ia64/include/asm/smp.h
@@ -57,7 +57,6 @@ extern struct smp_boot_data {
 
 extern char no_int_routing __devinitdata;
 
-extern cpumask_t cpu_online_map;
 extern cpumask_t cpu_core_map[NR_CPUS];
 DECLARE_PER_CPU(cpumask_t, cpu_sibling_map);
 extern int smp_num_siblings;


             reply	other threads:[~2008-10-31 18:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-31 18:56 Luck, Tony [this message]
2008-11-03  8:59 ` [PATCH-linux-next] ia64: fix build breakage in smp.h Ingo Molnar

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=200810311856.m9VIuQ0q009450@agluck-lia64.sc.intel.com \
    --to=tony.luck@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=rusty@rustcorp.com.au \
    --cc=travis@sgi.com \
    /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;
as well as URLs for NNTP newsgroup(s).