Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08d63b10 authored by Yinghai Lu's avatar Yinghai Lu Committed by Ingo Molnar
Browse files

x86: make 64 bit to use default_inquire_remote_apic



Impact: restore old behavior

for flat and phys_flat

Signed-off-by: default avatarYinhai Lu <yinghai@kernel.org.>
LKML-Reference: <49DCBBF1.8080903@kernel.org>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 1e274a58
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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,