diff options
Diffstat (limited to 'src/include/cpu/x86')
-rw-r--r-- | src/include/cpu/x86/mp.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/include/cpu/x86/mp.h b/src/include/cpu/x86/mp.h index 0671b62551..f6afc84f35 100644 --- a/src/include/cpu/x86/mp.h +++ b/src/include/cpu/x86/mp.h @@ -58,14 +58,6 @@ struct mp_ops { */ void (*get_microcode_info)(const void **microcode, int *parallel); /* - * Optionally provide a function which adjusts the APIC id - * map to CPU number. By default the CPU number and APIC id - * are 1:1. To change the APIC id for a given CPU return the - * new APIC id. It's called for each CPU as indicated by - * get_cpu_count(). - */ - int (*adjust_cpu_apic_entry)(int cpu, int cur_apic_id); - /* * Optionally adjust SMM handler parameters to override the default * values. The is_perm variable indicates if the parameters to adjust * are for the relocation handler or the permanent handler. This |