Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/include/asm.h

    r1c99eae rac7f81d  
    312312
    313313#ifndef PROCESSOR_i486
    314 
    315314/** Write to MSR */
    316315NO_TRACE static inline void write_msr(uint32_t msr, uint64_t value)
     
    337336        return ((uint64_t) dx << 32) | ax;
    338337}
    339 
    340 #endif /* PROCESSOR_i486 */
     338#endif
    341339
    342340
Note: See TracChangeset for help on using the changeset viewer.