Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/27801
to look at the new patch set (#2).
Change subject: cpu/x86/lapic/apic_timer.c: Compile the same code for all stages ......................................................................
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 --- M src/cpu/x86/lapic/Makefile.inc M src/cpu/x86/lapic/apic_timer.c 2 files changed, 18 insertions(+), 9 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/01/27801/2