Ignore:
File:
1 edited

Legend:

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

    rac7f81d r96b02eb9  
    311311}
    312312
    313 #ifndef PROCESSOR_i486
    314313/** Write to MSR */
    315314NO_TRACE static inline void write_msr(uint32_t msr, uint64_t value)
     
    336335        return ((uint64_t) dx << 32) | ax;
    337336}
    338 #endif
    339337
    340338
Note: See TracChangeset for help on using the changeset viewer.