|
@@ -131,6 +131,7 @@ struct genapic apic_flat = {
|
|
|
.send_IPI_all = flat_send_IPI_all,
|
|
|
.send_IPI_allbutself = flat_send_IPI_allbutself,
|
|
|
.send_IPI_mask = flat_send_IPI_mask,
|
|
|
+ .send_IPI_self = apic_send_IPI_self,
|
|
|
.cpu_mask_to_apicid = flat_cpu_mask_to_apicid,
|
|
|
.phys_pkg_id = phys_pkg_id,
|
|
|
.read_apic_id = read_xapic_id,
|
|
@@ -196,6 +197,7 @@ struct genapic apic_physflat = {
|
|
|
.send_IPI_all = physflat_send_IPI_all,
|
|
|
.send_IPI_allbutself = physflat_send_IPI_allbutself,
|
|
|
.send_IPI_mask = physflat_send_IPI_mask,
|
|
|
+ .send_IPI_self = apic_send_IPI_self,
|
|
|
.cpu_mask_to_apicid = physflat_cpu_mask_to_apicid,
|
|
|
.phys_pkg_id = phys_pkg_id,
|
|
|
.read_apic_id = read_xapic_id,
|