From: Cyrill Gorcunov Date: Fri, 15 Aug 2008 11:51:21 +0000 (+0200) Subject: x86: apic - unify __setup_APIC_LVTT X-Git-Tag: v2.6.28-rc1~711^2~1^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f07f4f9046121ac803bc2f0ded3d77b7c2ab481b;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed