diff options
Diffstat (limited to 'arch/x86/kernel/genapic_flat_64.c')
-rw-r--r-- | arch/x86/kernel/genapic_flat_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/genapic_flat_64.c b/arch/x86/kernel/genapic_flat_64.c index ab47091dac2b..78baa55cd0e9 100644 --- a/arch/x86/kernel/genapic_flat_64.c +++ b/arch/x86/kernel/genapic_flat_64.c | |||
@@ -352,7 +352,7 @@ struct genapic apic_physflat = { | |||
352 | 352 | ||
353 | .get_apic_id = flat_get_apic_id, | 353 | .get_apic_id = flat_get_apic_id, |
354 | .set_apic_id = set_apic_id, | 354 | .set_apic_id = set_apic_id, |
355 | .apic_id_mask = 0xFFu<<24, | 355 | .apic_id_mask = 0xFFu << 24, |
356 | 356 | ||
357 | .cpu_mask_to_apicid = physflat_cpu_mask_to_apicid, | 357 | .cpu_mask_to_apicid = physflat_cpu_mask_to_apicid, |
358 | .cpu_mask_to_apicid_and = physflat_cpu_mask_to_apicid_and, | 358 | .cpu_mask_to_apicid_and = physflat_cpu_mask_to_apicid_and, |