Ignore:
File:
1 edited

Legend:

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

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