Changeset 15d0046 in mainline for kernel/arch/ppc32/include/arch/msr.h


Ignore:
Timestamp:
2014-09-12T13:22:33Z (11 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9b20126
Parents:
8db09e4 (diff), 105d8d6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ppc32/include/arch/msr.h

    r8db09e4 r15d0046  
    3939#define MSR_DR  (1 << 4)
    4040#define MSR_IR  (1 << 5)
     41#define MSR_FE1 (1 << 8)
     42#define MSR_FE0 (1 << 11)
     43#define MSR_FP  (1 << 13)
    4144#define MSR_PR  (1 << 14)
    4245#define MSR_EE  (1 << 15)
Note: See TracChangeset for help on using the changeset viewer.