public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Yinghai Lu <Yinghai.Lu@Sun.COM>
To: Ingo Molnar <mingo@elte.hu>, Thomas Gleixner <tglx@linutronix.de>,
	"H. Peter Anvin" <hpa@zytor.com>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: [PATCH] x86: make 64 bit to use default_inquire_remote_apic
Date: Fri, 03 Apr 2009 17:13:37 -0700	[thread overview]
Message-ID: <49D6A631.2020706@sun.com> (raw)


Impact: restore old behavior

for flat and phys_flat

Signed-off-by: Yinhai Lu <yinghai@kernel.org.

---
 arch/x86/kernel/apic/apic_flat_64.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Index: linux-2.6/arch/x86/kernel/apic/apic_flat_64.c
===================================================================
--- linux-2.6.orig/arch/x86/kernel/apic/apic_flat_64.c
+++ linux-2.6/arch/x86/kernel/apic/apic_flat_64.c
@@ -212,7 +212,7 @@ struct apic apic_flat =  {
     .trampoline_phys_high        = DEFAULT_TRAMPOLINE_PHYS_HIGH,
     .wait_for_init_deassert        = NULL,
     .smp_callin_clear_local_apic    = NULL,
-    .inquire_remote_apic        = NULL,
+    .inquire_remote_apic        = default_inquire_remote_apic,
 
     .read                = native_apic_mem_read,
     .write                = native_apic_mem_write,
@@ -362,7 +362,7 @@ struct apic apic_physflat =  {
     .trampoline_phys_high        = DEFAULT_TRAMPOLINE_PHYS_HIGH,
     .wait_for_init_deassert        = NULL,
     .smp_callin_clear_local_apic    = NULL,
-    .inquire_remote_apic        = NULL,
+    .inquire_remote_apic        = default_inquire_remote_apic,
 
     .read                = native_apic_mem_read,
     .write                = native_apic_mem_write,

             reply	other threads:[~2009-04-04  0:14 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-04  0:13 Yinghai Lu [this message]
2009-04-04  0:15 ` [PATCH] x86: make wakeup_secondary_cpu_via_init static Yinghai Lu
2009-04-04  0:15   ` [PATCH] x86: consistent about warm_reset_vector for UN_NON_UNIQUE_APIC Yinghai Lu
2009-04-08 13:00     ` [tip:x86/apic] " Yinghai Lu
2009-04-08 13:00   ` [tip:x86/apic] x86: make wakeup_secondary_cpu_via_init static Yinghai Lu
2009-04-08 18:39     ` Cyrill Gorcunov
2009-04-08 19:10       ` Yinghai Lu

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=49D6A631.2020706@sun.com \
    --to=yinghai.lu@sun.com \
    --cc=hpa@zytor.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox