public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86: make 64 bit to use default_inquire_remote_apic
@ 2009-04-04  0:13 Yinghai Lu
  2009-04-04  0:15 ` [PATCH] x86: make wakeup_secondary_cpu_via_init static Yinghai Lu
  0 siblings, 1 reply; 7+ messages in thread
From: Yinghai Lu @ 2009-04-04  0:13 UTC (permalink / raw)
  To: Ingo Molnar, Thomas Gleixner, H. Peter Anvin; +Cc: linux-kernel@vger.kernel.org


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,

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-04-08 19:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-04  0:13 [PATCH] x86: make 64 bit to use default_inquire_remote_apic Yinghai Lu
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox