All of lore.kernel.org
 help / color / mirror / Atom feed
From: Len Brown <lenb@kernel.org>
To: tglx@linutronix.de
Cc: James Bottomley <James.Bottomley@steeleye.com>,
	Ingo Molnar <mingo@elte.hu>,
	lkml - Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] tick management: make broadcast dependent on local APIC
Date: Fri, 9 Mar 2007 22:09:03 -0500	[thread overview]
Message-ID: <200703092209.03391.lenb@kernel.org> (raw)
In-Reply-To: <1171739001.30834.164.camel@localhost.localdomain>

[-- Attachment #1: Type: text/plain, Size: 1302 bytes --]

On Saturday 17 February 2007 14:03, Thomas Gleixner wrote:
> The broadcast functionality is only necessary when a local APIC is
> available. Make the config switch depend on X86_LOCAL_APIC. This
> resolves the mach-voyager breakage introduced by the tick managament
> code.
> 
> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
> 
> diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig
> index 1df4a1f..2f76725 100644
> --- a/arch/i386/Kconfig
> +++ b/arch/i386/Kconfig
> @@ -29,6 +29,7 @@ config GENERIC_CLOCKEVENTS
>  config GENERIC_CLOCKEVENTS_BROADCAST
>  	bool
>  	default y
> +	depends on X86_LOCAL_APIC
>  
>  config LOCKDEP_SUPPORT
>  	bool
> 

Voyager still doesn't build:

arch/i386/kernel/built-in.o: In function `msr_read':
msr.c:(.text+0x8f0d): undefined reference to `smp_call_function_single'
arch/i386/kernel/built-in.o: In function `msr_write':
msr.c:(.text+0x9016): undefined reference to `smp_call_function_single'
arch/i386/kernel/built-in.o: In function `cpuid_read':
cpuid.c:(.text+0x919a): undefined reference to `smp_call_function_single'
arch/i386/lib/built-in.o: In function `wrmsr_on_cpu':
(.text+0x6f): undefined reference to `smp_call_function_single'
arch/i386/lib/built-in.o: In function `rdmsr_on_cpu':
(.text+0xbb): undefined reference to `smp_call_function_single'



[-- Attachment #2: config.X86_VOYAGER.gz --]
[-- Type: application/x-gzip, Size: 7886 bytes --]

      reply	other threads:[~2007-03-10  3:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-17  2:08 2.6.20-git: undefined reference to `smp_call_function_single' Len Brown
2007-02-17 10:25 ` Thomas Gleixner
2007-02-17 18:25   ` James Bottomley
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 [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=200703092209.03391.lenb@kernel.org \
    --to=lenb@kernel.org \
    --cc=James.Bottomley@steeleye.com \
    --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 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.