• P
    util: sysinfo: Reduce amount of conditionally compiled code · b38c6b6a
    Peter Krempa 提交于
    Whole implementations along with helper totalling screens of code were
    conditionally compiled. That made the code totally unreadable and
    untestable. Rename functions to have the architecture in the name so
    that all can be compiled at the same time and introduce header to allow
    testing them all.
    b38c6b6a
Makefile.am 104.6 KB