Changeset 8a72a9a in mainline for kernel/test/fpu/sse1.c


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

add empty tests for platforms which don't support them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/test/fpu/sse1.c

    rfe33ac2e r8a72a9a  
    2727 */
    2828
    29 #if (defined(ia32) || defined(amd64) || defined(ia32xen))
    30 
    3129#include <print.h>
    3230#include <debug.h>
     
    3937#include <arch.h>
    4038
    41 #define THREADS         25
    42 #define DELAY           10000L
    43 #define ATTEMPTS        5
     39#define THREADS   25
     40#define DELAY     10000L
     41#define ATTEMPTS  5
    4442
    4543static atomic_t threads_ok;
     
    163161        return "Test failed";
    164162}
    165 
    166 #endif
Note: See TracChangeset for help on using the changeset viewer.