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

remove platform dependent constructs from generic code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/fpu_context.h

    r8a72a9a r0f81ceb7  
    3838#include <arch/fpu_context.h>
    3939
    40 #if defined(CONFIG_FPU_LAZY) && !defined(ARCH_HAS_FPU)
    41 # error "CONFIG_FPU_LAZY defined, but no ARCH_HAS_FPU"
    42 #endif
    43 
    4440extern void fpu_context_save(fpu_context_t *);
    4541extern void fpu_context_restore(fpu_context_t *);
Note: See TracChangeset for help on using the changeset viewer.