Changeset 6da1013f in mainline for kernel/arch/mips32/src/asm.S


Ignore:
Timestamp:
2009-02-12T20:09:19Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
84266669
Parents:
7004747
Message:

simplify configuration
introduce arch_construct_function and inb/outb (sometimes empty) on all platforms
various code cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/mips32/src/asm.S

    r7004747 r6da1013f  
    160160.global fpu_context_save
    161161fpu_context_save:
    162 #ifdef ARCH_HAS_FPU
     162#ifdef CONFIG_FPU
    163163        fpu_gp_save 0,$a0
    164164        fpu_gp_save 1,$a0
     
    231231.global fpu_context_restore
    232232fpu_context_restore:
    233 #ifdef ARCH_HAS_FPU
     233#ifdef CONFIG_FPU
    234234        fpu_gp_restore 0,$a0
    235235        fpu_gp_restore 1,$a0
Note: See TracChangeset for help on using the changeset viewer.