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