Skip to content
Commit 64fcbac1 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

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: default avatarThomas Gleixner <tglx@linutronix.de>
parent dd3e6e8c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment