Ignore:
Timestamp:
Jun 26, 2017, 5:33:59 PM (7 years ago)
Author:
ertl-honda
Message:

コンフィギュレータをruby版に変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_wo_tecs/trunk/arch/arm_gcc/common/core_kernel_impl.h

    r302 r304  
    5353 *  の責任を負わない.
    5454 *
    55  *  $Id: core_kernel_impl.h 471 2015-12-30 10:03:16Z ertl-hiro $
     55 *  $Id: core_kernel_impl.h 546 2016-01-16 06:00:09Z ertl-hiro $
    5656 */
    5757
     
    482482 *  変換テーブルベースレジスタ(TTBR)の設定値
    483483 */
    484 #if __TARGET_ARCH_ARM < 7
     484#if __TARGET_ARCH_ARM < 6
     485#define TTBR_CONFIG             0U
     486#elif __TARGET_ARCH_ARM < 7
    485487#define TTBR_CONFIG             (CP15_TTBR_RGN_CACHEABLE|CP15_TTBR_RGN_SHAREABLE \
    486488                                                                                                |CP15_TTBR_RGN_WBACK)
     
    488490#define TTBR_CONFIG             (CP15_TTBR_RGN_SHAREABLE|CP15_TTBR_RGN_WBWA \
    489491                                                                                                |CP15_TTBR_IRGN_WBWA)
    490 #endif /* __TARGET_ARCH_ARM < 7 */
     492#endif
    491493
    492494#ifndef TOPPERS_MACRO_ONLY
Note: See TracChangeset for help on using the changeset viewer.