Changeset ac7f81d in mainline
- Timestamp:
-
2011-08-19T09:20:37Z
(14 years ago)
- Author:
- Martin Sucha <sucha14@…>
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d767cb1
- Parents:
- 8c15255
- Message:
-
Also exclude read_msr from asm.h on i486
-
File:
-
Legend:
- Unmodified
- Added
- Removed
-
r8c15255
|
rac7f81d
|
|
322 | 322 | ); |
323 | 323 | } |
324 | | #endif |
325 | 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 | |