Ignore:
File:
1 edited

Legend:

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

    rf3dbe27 r5e629ad4  
    8787        CPU->arch.tss->iomap_base = &CPU->arch.tss->iomap[0] - ((uint8_t *) CPU->arch.tss);
    8888
     89        CPU->fpu_owner = NULL;
     90
    8991        cpuid(INTEL_CPUID_STANDARD, &info);
    9092
Note: See TracChangeset for help on using the changeset viewer.