Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/27801 )
Change subject: cpu/x86/lapic/apic_timer.c: Compile the same code for all stages ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/#/c/27801/2/src/cpu/x86/lapic/apic_timer.c File src/cpu/x86/lapic/apic_timer.c:
https://review.coreboot.org/#/c/27801/2/src/cpu/x86/lapic/apic_timer.c@150 PS2, Line 150: static inline struct monotonic_counter *get_monotonic_context(void)
Having a single-line function for a single invocation seems overkill.
I was a bit lazy and copied the tsc_delay version.