coreboot-kgpe-d16/src/cpu/x86/lapic
Arthur Heymans b3587a60ab cpu/x86/lapic/apic_timer.c: Compile the same code for all stages
timer_monotonic_get() was only compiled in a !__PRE_RAM__ environment.
Clean up the code paths by employing CAR_GLOBAL for the global state
which allows the same code to be used in all stages.

Change-Id: I08fd1795508f76abdab1618585366bf9d06482ff
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/27801
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2018-08-03 09:13:20 +00:00
..
apic_timer.c cpu/x86/lapic/apic_timer.c: Compile the same code for all stages 2018-08-03 09:13:20 +00:00
boot_cpu.c
lapic.c src/cpu: Remove unneeded includes 2018-06-01 16:27:00 +00:00
lapic_cpu_init.c cpu/x86: Get rid of device_t 2018-04-30 09:23:38 +00:00
Makefile.inc cpu/x86/lapic/apic_timer.c: Compile the same code for all stages 2018-08-03 09:13:20 +00:00
secondary.S