Ignore:
File:
1 edited

Legend:

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

    r96b02eb9 rac7f81d  
    311311}
    312312
     313#ifndef PROCESSOR_i486
    313314/** Write to MSR */
    314315NO_TRACE static inline void write_msr(uint32_t msr, uint64_t value)
     
    335336        return ((uint64_t) dx << 32) | ax;
    336337}
     338#endif
    337339
    338340
Note: See TracChangeset for help on using the changeset viewer.