Changeset 9e96666 in mainline
- Timestamp:
- 2012-09-18T19:35:02Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3a73bc6a
- Parents:
- 1a1b05b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/mm/page_fault.c
r1a1b05b r9e96666 76 76 static inline const char * dfsr_source_to_str(dfsr_source_t source) 77 77 { 78 switch (source) 79 { 78 switch (source) { 80 79 case DFSR_SOURCE_TRANSLATION_L1: 81 80 return "Translation fault L1"; … … 249 248 const dfsr_source_t source = fsr.raw & DFSR_SOURCE_MASK; 250 249 251 switch (source) 252 { 250 switch (source) { 253 251 case DFSR_SOURCE_TRANSLATION_L1: 254 252 case DFSR_SOURCE_TRANSLATION_L2:
Note:
See TracChangeset
for help on using the changeset viewer.