]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: apic - unify __setup_APIC_LVTT
authorCyrill Gorcunov <gorcunov@gmail.com>
Fri, 15 Aug 2008 11:51:21 +0000 (13:51 +0200)
committerIngo Molnar <mingo@elte.hu>
Fri, 15 Aug 2008 11:51:21 +0000 (13:51 +0200)
commitf07f4f9046121ac803bc2f0ded3d77b7c2ab481b
treeaf97718a18d84017978d1b2fe382eceaa261f48e
parent36fef0949c14445d231a68663e8a01860f7caca3
x86: apic - unify __setup_APIC_LVTT

To be able to unify this function we RE-introduce
APIC_DIVISOR for 64bit mode. This snipped was eliminated
in some time ago in a sake of clenup but now we need it
again since it allow up to get rid of #ifdef(s).

And lapic_is_integrated call is added in apic_64.c but
since we always have APIC integrated on 64bit cpu compiler
will ignore this call.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/apic_64.c