From: Thomas Gleixner Date: Thu, 20 Aug 2009 13:54:21 +0000 (+0200) Subject: x86: Simplify timer_ack magic in time_32.c X-Git-Tag: v2.6.32-rc1~629^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64fcbac1f38882d8ae82c44a1c2a676cfa5e79e1;p=pandora-kernel.git x86: Simplify timer_ack magic in time_32.c Let the compiler optimize the timer_ack magic away in the 32bit timer interrupt and put the same code into time_64.c. It's optimized out for CONFIG_X86_IO_APIC on 32bit and for 64bit because timer_ack is const 0 in both cases. Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed