Changeset 9a5ccc14 in mainline for kernel/arch/arm32/src/exception.c


Ignore:
Timestamp:
2013-01-20T17:39:57Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
33d394a
Parents:
bafd198
Message:

arm32: Fix smc_coherence call.

File:
1 edited

Legend:

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

    rbafd198 r9a5ccc14  
    7474        /* make it LDR instruction and store at exception vector */
    7575        *vector = handler_address_ptr | LDR_OPCODE;
    76         smc_coherence(*vector);
     76        smc_coherence(vector);
    7777       
    7878        /* store handler's address */
Note: See TracChangeset for help on using the changeset viewer.