Changeset 5f85c91 in mainline for arch/mips32/src/exception.c


Ignore:
Timestamp:
2005-11-08T12:22:35Z (20 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
36a140b
Parents:
389f41e
Message:

make configuration variables usage consistent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/src/exception.c

    r389f41e r5f85c91  
    7474                        break;
    7575                case EXC_CpU:
    76 #ifdef FPU_LAZY     
     76#ifdef CONFIG_FPU_LAZY     
    7777                        if (cp0_cause_coperr(cause) == fpu_cop_id)
    7878                                scheduler_fpu_lazy_request();
Note: See TracChangeset for help on using the changeset viewer.