Changeset 26e7d6d in mainline for kernel/arch/ppc32/include/cpu.h
- Timestamp:
- 2011-09-19T16:31:00Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a347a11
- Parents:
- 3842a955 (diff), 086290d (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/include/cpu.h
r3842a955 r26e7d6d 36 36 #define KERN_ppc32_CPU_H_ 37 37 38 /* MSR bits */39 #define MSR_DR (1 << 4)40 #define MSR_IR (1 << 5)41 #define MSR_PR (1 << 14)42 #define MSR_EE (1 << 15)43 44 /* HID0 bits */45 #define HID0_STEN (1 << 24)46 #define HID0_ICE (1 << 15)47 #define HID0_DCE (1 << 14)48 #define HID0_ICFI (1 << 11)49 #define HID0_DCI (1 << 10)50 51 #ifndef __ASM__52 53 38 #include <typedefs.h> 54 39 #include <trace.h> … … 67 52 } 68 53 69 #endif /* __ASM__ */70 71 54 #endif 72 55
Note:
See TracChangeset
for help on using the changeset viewer.