Changeset b4b3a4cb in mainline
- Timestamp:
- 2013-01-06T20:00:45Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 61b5cf0c
- Parents:
- de36fdd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/fpu_context.c
rde36fdd rb4b3a4cb 129 129 ((cpacr & CPACR_CP11_MASK) == CPACR_CP11_USER_ACCESS)) 130 130 return 1; 131 131 printf("No sccess to CP10 and CP11: %" PRIx32 "\n", cpacr); 132 132 return 0; 133 133 }
Note:
See TracChangeset
for help on using the changeset viewer.