mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: James Bottomley <James.Bottomley@SteelEye.com>
To: tglx@linutronix.de
Cc: Len Brown <lenb@kernel.org>, Ingo Molnar <mingo@elte.hu>,
	lkml - Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: 2.6.20-git: undefined reference to `smp_call_function_single'
Date: Sat, 17 Feb 2007 12:25:45 -0600	[thread overview]
Message-ID: <1171736745.3379.24.camel@mulgrave.il.steeleye.com> (raw)
In-Reply-To: <1171707924.30834.111.camel@localhost.localdomain>

On Sat, 2007-02-17 at 11:25 +0100, Thomas Gleixner wrote:
> On Fri, 2007-02-16 at 21:08 -0500, Len Brown wrote:
> > Yes, an obscure .config, but it used to build before today:
> >
> > kernel/built-in.o: In function `tick_broadcast_on_off':
> > (.text+0x1b6f0): undefined reference to `smp_call_function_single'
> 
> Yup, this obscure machine is missing smp_call_function_single().
> 
> James ?

Where's this coming from?  smp_call_function_single() is an obscure kvm
only API think for x86/ia64 ... it's not supported on any other
architecure.  The symbol you have is blowing up in the kernel
subdirectory which suggests someone has tried to use it in generic code,
which will fail to compile on a lot more than voyager and parisc ...

James



  reply	other threads:[~2007-02-17 18:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-17  2:08 Len Brown
2007-02-17 10:25 ` Thomas Gleixner
2007-02-17 18:25   ` James Bottomley [this message]
2007-02-17 18:42     ` Thomas Gleixner
2007-02-17 19:03       ` [PATCH] tick management: make broadcast dependent on local APIC Thomas Gleixner
2007-03-10  3:09         ` Len Brown

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=1171736745.3379.24.camel@mulgrave.il.steeleye.com \
    --to=james.bottomley@steeleye.com \
    --cc=lenb@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=tglx@linutronix.de \
    /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

Powered by JetHome