x86, apic: rename genapic::apic_destination_logical to genapic::dest_logical

This field name was unreasonably long - shorten it.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Ingo Molnar
2009-01-28 05:29:25 +01:00
parent 0b06e734bf
commit bdb1a9b62f
13 changed files with 20 additions and 20 deletions

View File

@@ -30,7 +30,7 @@ struct genapic {
int disable_esr;
int apic_destination_logical;
int dest_logical;
unsigned long (*check_apicid_used)(physid_mask_t bitmap, int apicid);
unsigned long (*check_apicid_present)(int apicid);