Changeset ac7f81d in mainline
- Timestamp:
- 2011-08-19T09:20:37Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d767cb1
- Parents:
- 8c15255
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/include/asm.h
r8c15255 rac7f81d 322 322 ); 323 323 } 324 #endif325 324 326 325 NO_TRACE static inline uint64_t read_msr(uint32_t msr) … … 337 336 return ((uint64_t) dx << 32) | ax; 338 337 } 338 #endif 339 339 340 340
Note:
See TracChangeset
for help on using the changeset viewer.