Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/src/cpu/cpu.c

    r4eb260a rdc0b964  
    9292void cpu_arch_init(void)
    9393{
     94        cpuid_extended_feature_info efi;
    9495        cpu_info_t info;
    9596        uint32_t help = 0;
     
    103104       
    104105        CPU->arch.fi.word = info.cpuid_edx;
     106        efi.word = info.cpuid_ecx;
    105107       
    106108        if (CPU->arch.fi.bits.fxsr)
Note: See TracChangeset for help on using the changeset viewer.