diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2008-08-15 15:05:19 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-08-16 09:37:27 -0400 |
commit | 6f6da97faf29f87b3980a6992fb8cab44b4c444d (patch) | |
tree | 40aa941f221f0da1060e4123aafa765100cd9188 /arch/x86/kernel/apic_32.c | |
parent | 296cb9511dcc3895fda84d0cd5b411bd926e4bb3 (diff) |
x86: apic - sync_Arb_IDs style fixup
No changes on binary level
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Acked-by: Maciej W. Rozycki <macro@linux-mips.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/apic_32.c')
-rw-r--r-- | arch/x86/kernel/apic_32.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic_32.c b/arch/x86/kernel/apic_32.c index d07488993ee7..60575c05151a 100644 --- a/arch/x86/kernel/apic_32.c +++ b/arch/x86/kernel/apic_32.c | |||
@@ -909,13 +909,15 @@ void __init sync_Arb_IDs(void) | |||
909 | */ | 909 | */ |
910 | if (modern_apic() || boot_cpu_data.x86_vendor == X86_VENDOR_AMD) | 910 | if (modern_apic() || boot_cpu_data.x86_vendor == X86_VENDOR_AMD) |
911 | return; | 911 | return; |
912 | |||
912 | /* | 913 | /* |
913 | * Wait for idle. | 914 | * Wait for idle. |
914 | */ | 915 | */ |
915 | apic_wait_icr_idle(); | 916 | apic_wait_icr_idle(); |
916 | 917 | ||
917 | apic_printk(APIC_DEBUG, "Synchronizing Arb IDs.\n"); | 918 | apic_printk(APIC_DEBUG, "Synchronizing Arb IDs.\n"); |
918 | apic_write(APIC_ICR, APIC_DEST_ALLINC | APIC_INT_LEVELTRIG | APIC_DM_INIT); | 919 | apic_write(APIC_ICR, APIC_DEST_ALLINC | |
920 | APIC_INT_LEVELTRIG | APIC_DM_INIT); | ||
919 | } | 921 | } |
920 | 922 | ||
921 | /* | 923 | /* |