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