Changeset 45ce950 in mainline for kernel/test/test.h


Ignore:
Timestamp:
2011-05-26T10:05:36Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a1e7e78
Parents:
d4c472b
Message:

Remove FPU tests from the kernel. Similar tests should be implemented in user space.
We basically don't want to fiddle with the FPU beyond managing the FPU context of
user threads. Not having C code which explicitly needs FPU instructions, we will now
have greater control of what instructions can the compiler use. We may want to
apply the -mno-fpu globally.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/test/test.h

    rd4c472b r45ce950  
    6161extern const char *test_mips1(void);
    6262extern const char *test_fault1(void);
    63 extern const char *test_fpu1(void);
    64 extern const char *test_sse1(void);
    65 extern const char *test_mips2(void);
    6663extern const char *test_falloc1(void);
    6764extern const char *test_falloc2(void);
Note: See TracChangeset for help on using the changeset viewer.