problem with __init_cpu_features()

Carlos O'Donell carlos@systemhalted.org
Thu May 19 23:09:00 GMT 2016


On Thu, May 19, 2016 at 1:00 PM, The Source <thesourcehim@gmail.com> wrote:
> 19.05.2016 19:44, Carlos O'Donell пишет:
> HAS_TRM is a macro that calls __get_cpu_features which calls
> __init_cpu_features which uses cpuid

The use of cpuid in __init_cpu_features is conditional on the architecture.

If compiled correctly for i486 it will verify that cpuid is available.

Cheers,
Carlos.



More information about the Libc-help mailing list