Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 827 → Rev 824

/kernel/trunk/test/fpu/mips1/test.c
47,6 → 47,8
static void testit1(void *data)
{
int i;
volatile long long j;
double e,d,le,f;
int arg __attribute__((aligned(16))) = (int)((__native) data);
int after_arg __attribute__((aligned(16)));
75,6 → 77,8
static void testit2(void *data)
{
int i;
volatile long long j;
double e,d,le,f;
int arg __attribute__((aligned(16))) = (int)((__native) data);
int after_arg __attribute__((aligned(16)));
125,7 → 129,7
thread_sleep(1);
waitq_wakeup(&can_start, WAKEUP_ALL);
 
while (atomic_get(&threads_ok) != THREADS)
while (threads_ok != THREADS)
;
printf("Test passed.\n");
/kernel/trunk/test/fpu/fpu1/test.c
126,7 → 126,7
thread_sleep(1);
waitq_wakeup(&can_start, WAKEUP_ALL);
 
while (atomic_get(&threads_ok) != THREADS)
while (threads_ok != THREADS)
;
printf("Test passed.\n");
/kernel/trunk/test/fpu/sse1/test.c
47,6 → 47,8
static void testit1(void *data)
{
int i;
volatile long long j;
double e,d,le,f;
int arg __attribute__((aligned(16))) = (int)((__native) data);
int after_arg __attribute__((aligned(16)));
75,6 → 77,8
static void testit2(void *data)
{
int i;
volatile long long j;
double e,d,le,f;
int arg __attribute__((aligned(16))) = (int)((__native) data);
int after_arg __attribute__((aligned(16)));
125,7 → 129,7
thread_sleep(1);
waitq_wakeup(&can_start, WAKEUP_ALL);
 
while (atomic_get(&threads_ok) != THREADS)
while (threads_ok != THREADS)
;
printf("Test passed.\n");