Ignore:
Timestamp:
2013-08-08T20:59:02Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e93bb24
Parents:
15187c3
Message:

armv7: Enable Write back write allocate caches.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/include/arch/mm/page.h

    r15187c3 r7bf9217  
    154154{
    155155        uint32_t val = (uint32_t)pt & TTBR_ADDR_MASK;
    156         val |= TTBR_RGN_WT_CACHE | TTBR_C_FLAG;
     156        val |= TTBR_RGN_WBWA_CACHE | TTBR_C_FLAG;
    157157        TTBR0_write(val);
    158158}
Note: See TracChangeset for help on using the changeset viewer.