[coreboot-gerrit] Patch merged into coreboot/master: cpu/x86/tsc: remove conditional compilation

gerrit at coreboot.org gerrit at coreboot.org
Mon Apr 11 16:16:03 CEST 2016


the following patch was just integrated into master:
commit b8671eafde839cb93aa4af3888f2fedf59401899
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Fri Apr 8 21:41:01 2016 -0500

    cpu/x86/tsc: remove conditional compilation
    
    The delay_tsc.c compilation unit used the C preprocessor
    to conditionally compile different code paths. Instead of
    guarding large blocks of code allow the compiler to optimize
    out unreachable code.
    
    Change-Id: I660c21d6f4099b0d7aefa84b14f1e68d6fd732c3
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
    Reviewed-on: https://review.coreboot.org/14302
    Tested-by: build bot (Jenkins)
    Reviewed-by: Furquan Shaikh <furquan at google.com>
    Reviewed-by: Andrey Petrov <andrey.petrov at intel.com>


See https://review.coreboot.org/14302 for details.

-gerrit



More information about the coreboot-gerrit mailing list