Changes in kernel/arch/ia32/include/asm.h [96b02eb9:ac7f81d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/include/asm.h
r96b02eb9 rac7f81d 311 311 } 312 312 313 #ifndef PROCESSOR_i486 313 314 /** Write to MSR */ 314 315 NO_TRACE static inline void write_msr(uint32_t msr, uint64_t value) … … 335 336 return ((uint64_t) dx << 32) | ax; 336 337 } 338 #endif 337 339 338 340
Note:
See TracChangeset
for help on using the changeset viewer.