Ignore:
Timestamp:
2012-09-04T21:00:29Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
87e5b526
Parents:
f13f5d60
Message:

arm32: Update comment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/src/mm/page_fault.c

    rf13f5d60 r1ef7fb2  
    157157                { 0x0e100010, 0x06000000, PF_ACCESS_WRITE }, /*STR(B) reg*/
    158158                /* Load word/byte */
    159                 { 0x0e100000, 0x04100000, PF_ACCESS_READ }, /*LDR imm*/
    160                 { 0x0e100010, 0x06100000, PF_ACCESS_READ }, /*LDR reg*/
     159                { 0x0e100000, 0x04100000, PF_ACCESS_READ }, /*LDR(B) imm*/
     160                { 0x0e100010, 0x06100000, PF_ACCESS_READ }, /*LDR(B) reg*/
    161161                /* Store half-word/dual  A5.2.8 */
    162162                { 0x0e1000b0, 0x000000b0, PF_ACCESS_WRITE }, /*STRH imm reg*/
Note: See TracChangeset for help on using the changeset viewer.