include/asm-x86/genapic_32.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
@@ -51,7 +51,7 @@ struct genapic {
|
|||||||
is switched to this. Essentially they are additional probe
|
is switched to this. Essentially they are additional probe
|
||||||
functions. */
|
functions. */
|
||||||
int (*mps_oem_check)(struct mp_config_table *mpc, char *oem,
|
int (*mps_oem_check)(struct mp_config_table *mpc, char *oem,
|
||||||
char *productid);
|
char *productid);
|
||||||
int (*acpi_madt_oem_check)(char *oem_id, char *oem_table_id);
|
int (*acpi_madt_oem_check)(char *oem_id, char *oem_table_id);
|
||||||
|
|
||||||
unsigned (*get_apic_id)(unsigned long x);
|
unsigned (*get_apic_id)(unsigned long x);
|
||||||
@@ -77,39 +77,40 @@ struct genapic {
|
|||||||
#define IPIFUNC(x)
|
#define IPIFUNC(x)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define APIC_INIT(aname, aprobe) { \
|
#define APIC_INIT(aname, aprobe) \
|
||||||
.name = aname, \
|
{ \
|
||||||
.probe = aprobe, \
|
.name = aname, \
|
||||||
.int_delivery_mode = INT_DELIVERY_MODE, \
|
.probe = aprobe, \
|
||||||
.int_dest_mode = INT_DEST_MODE, \
|
.int_delivery_mode = INT_DELIVERY_MODE, \
|
||||||
.no_balance_irq = NO_BALANCE_IRQ, \
|
.int_dest_mode = INT_DEST_MODE, \
|
||||||
.ESR_DISABLE = esr_disable, \
|
.no_balance_irq = NO_BALANCE_IRQ, \
|
||||||
.apic_destination_logical = APIC_DEST_LOGICAL, \
|
.ESR_DISABLE = esr_disable, \
|
||||||
APICFUNC(apic_id_registered) \
|
.apic_destination_logical = APIC_DEST_LOGICAL, \
|
||||||
APICFUNC(target_cpus) \
|
APICFUNC(apic_id_registered) \
|
||||||
APICFUNC(check_apicid_used) \
|
APICFUNC(target_cpus) \
|
||||||
APICFUNC(check_apicid_present) \
|
APICFUNC(check_apicid_used) \
|
||||||
APICFUNC(init_apic_ldr) \
|
APICFUNC(check_apicid_present) \
|
||||||
APICFUNC(ioapic_phys_id_map) \
|
APICFUNC(init_apic_ldr) \
|
||||||
APICFUNC(setup_apic_routing) \
|
APICFUNC(ioapic_phys_id_map) \
|
||||||
APICFUNC(multi_timer_check) \
|
APICFUNC(setup_apic_routing) \
|
||||||
APICFUNC(apicid_to_node) \
|
APICFUNC(multi_timer_check) \
|
||||||
APICFUNC(cpu_to_logical_apicid) \
|
APICFUNC(apicid_to_node) \
|
||||||
APICFUNC(cpu_present_to_apicid) \
|
APICFUNC(cpu_to_logical_apicid) \
|
||||||
APICFUNC(apicid_to_cpu_present) \
|
APICFUNC(cpu_present_to_apicid) \
|
||||||
APICFUNC(setup_portio_remap) \
|
APICFUNC(apicid_to_cpu_present) \
|
||||||
APICFUNC(check_phys_apicid_present) \
|
APICFUNC(setup_portio_remap) \
|
||||||
APICFUNC(mps_oem_check) \
|
APICFUNC(check_phys_apicid_present) \
|
||||||
APICFUNC(get_apic_id) \
|
APICFUNC(mps_oem_check) \
|
||||||
.apic_id_mask = APIC_ID_MASK, \
|
APICFUNC(get_apic_id) \
|
||||||
APICFUNC(cpu_mask_to_apicid) \
|
.apic_id_mask = APIC_ID_MASK, \
|
||||||
APICFUNC(acpi_madt_oem_check) \
|
APICFUNC(cpu_mask_to_apicid) \
|
||||||
IPIFUNC(send_IPI_mask) \
|
APICFUNC(acpi_madt_oem_check) \
|
||||||
IPIFUNC(send_IPI_allbutself) \
|
IPIFUNC(send_IPI_mask) \
|
||||||
IPIFUNC(send_IPI_all) \
|
IPIFUNC(send_IPI_allbutself) \
|
||||||
APICFUNC(enable_apic_mode) \
|
IPIFUNC(send_IPI_all) \
|
||||||
APICFUNC(phys_pkg_id) \
|
APICFUNC(enable_apic_mode) \
|
||||||
}
|
APICFUNC(phys_pkg_id) \
|
||||||
|
}
|
||||||
|
|
||||||
extern struct genapic *genapic;
|
extern struct genapic *genapic;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user