Ignore:
Timestamp:
Jun 26, 2017, 6:45:41 PM (7 years ago)
Author:
ertl-honda
Message:

3.0.0のリリース版に追従

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_wo_tecs/trunk/arch/arm_gcc/mpcore/chip_kernel_impl.c

    r302 r305  
    5353 *  の責任を負わない.
    5454 *
    55  *  $Id: chip_kernel_impl.c 357 2015-07-25 12:05:26Z ertl-hiro $
     55 *  $Id: chip_kernel_impl.c 538 2016-01-16 01:27:50Z ertl-hiro $
    5656 */
    5757
     
    7171{
    7272        /*
    73          *  コア依存の初期化
    74          */
    75         core_initialize();
    76 
    77         /*
    7873         *  キャッシュをディスエーブル
    7974         */
     
    8176
    8277        /*
    83          *  MMUを有効に
     78         *  コア依存の初期化
    8479         */
    85         arm_mmu_initialize();
     80        core_initialize();
    8681
    8782        /*
Note: See TracChangeset for help on using the changeset viewer.