Changeset 4bd3f45 in mainline for kernel/arch/arm32/src/exception.c


Ignore:
Timestamp:
2012-09-18T13:55:55Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1a1b05b
Parents:
f94b95b1
Message:

arm32: Consolidate control register values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/src/exception.c

    rf94b95b1 r4bd3f45  
    143143       
    144144        /* switch on the high vectors bit */
    145         control_reg |= CP15_R1_HIGH_VECTORS_BIT;
     145        control_reg |= CP15_R1_HIGH_VECTORS_EN;
    146146       
    147147        asm volatile (
Note: See TracChangeset for help on using the changeset viewer.