Changeset bedd81b in mainline


Ignore:
Timestamp:
2013-01-11T01:33:10Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3de8aaa6
Parents:
07d62a9
Message:

arm32, fpu: Disable exception checking in context save.

File:
1 edited

Legend:

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

    r07d62a9 rbedd81b  
    293293        if (!fpu_have_coprocessor_access())
    294294                return;
     295
     296        /* This is only necessary if we enable fpu exceptions. */
     297#if 0
    295298        const uint32_t fpexc = fpexc_read();
    296299
     
    299302                //TODO implement common subarch context saving
    300303        }
     304#endif
    301305        if (save_context)
    302306                save_context(ctx);
Note: See TracChangeset for help on using the changeset viewer.