Changeset 925a21e in mainline for kernel/arch/mips64/include/cp0.h
- Timestamp:
- 2011-09-24T14:20:29Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5bf76c1
- Parents:
- 867e2555 (diff), 1ab4aca (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/mips64/include/cp0.h
r867e2555 r925a21e 35 35 #ifndef KERN_mips64_CP0_H_ 36 36 #define KERN_mips64_CP0_H_ 37 38 #ifdef KERNEL39 40 #include <typedefs.h>41 42 #else43 44 #include <sys/types.h>45 46 #endif47 37 48 38 #define cp0_status_ie_enabled_bit (1 << 0)
Note:
See TracChangeset
for help on using the changeset viewer.