Ignore:
File:
1 edited

Legend:

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

    r96b02eb9 r1c99eae  
    311311}
    312312
     313#ifndef PROCESSOR_i486
     314
    313315/** Write to MSR */
    314316NO_TRACE static inline void write_msr(uint32_t msr, uint64_t value)
     
    335337        return ((uint64_t) dx << 32) | ax;
    336338}
     339
     340#endif /* PROCESSOR_i486 */
    337341
    338342
Note: See TracChangeset for help on using the changeset viewer.