Subversion Repositories HelenOS

Rev

Rev 2042 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2042 Rev 2050
Line 171... Line 171...
171
#endif
171
#endif
172
    }
172
    }
173
    atomic_inc(&threads_ok);
173
    atomic_inc(&threads_ok);
174
}
174
}
175
 
175
 
176
char * test_fpu1(void)
176
char * test_fpu1(bool quiet)
177
{
177
{
178
    unsigned int i, total = 0;
178
    unsigned int i, total = 0;
179
 
179
 
180
    waitq_initialize(&can_start);
180
    waitq_initialize(&can_start);
181
    atomic_set(&threads_ok, 0);
181
    atomic_set(&threads_ok, 0);