Changeset ac7f81d in mainline for kernel/arch/ia32/include/asm.h


Ignore:
Timestamp:
2011-08-19T09:20:37Z (13 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:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/include/asm.h

    r8c15255 rac7f81d  
    322322        );
    323323}
    324 #endif
    325324
    326325NO_TRACE static inline uint64_t read_msr(uint32_t msr)
     
    337336        return ((uint64_t) dx << 32) | ax;
    338337}
     338#endif
    339339
    340340
Note: See TracChangeset for help on using the changeset viewer.