Changeset ff166148 in mainline for boot/arch/arm32/src/mm.c


Ignore:
Timestamp:
2012-07-23T20:57:54Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9cf07b3
Parents:
774c143
Message:

arm32: Enable unaligned access and restore uspace compiler optimization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/arm32/src/mm.c

    r774c143 rff166148  
    120120               
    121121#ifdef PROCESSOR_armv7_a
    122                 /* Mask to enable paging, alignment and caching */
    123                 "ldr r1, =0x00000007\n"
     122                /* Mask to enable paging, caching */
     123                "ldr r1, =0x00000005\n"
    124124#else
    125125                /* Mask to enable paging */
Note: See TracChangeset for help on using the changeset viewer.