Changeset 12f952e5 in mainline for arch/ppc32/include/asm/spr.h
- Timestamp:
- 2006-03-12T17:20:43Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a82500ce
- Parents:
- c102a5c8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/include/asm/spr.h
rc102a5c8 r12f952e5 30 30 #define __ppc32_SPR_H__ 31 31 32 #define MSR_ DR (1<<27)33 #define MSR_ IR (1<<26)32 #define MSR_IR (1 << 4) 33 #define MSR_DR (1 << 5) 34 34 35 35 #define SPRN_SRR0 0x1a
Note:
See TracChangeset
for help on using the changeset viewer.