simplify our test cases
This commit is contained in:
parent
670b3f850c
commit
de02bffaa9
1 changed files with 1 additions and 3 deletions
|
@ -87,12 +87,10 @@ static int foo(void* arg)
|
|||
return 0;
|
||||
|
||||
for(i=0; i<5; i++) {
|
||||
kprintf("Message from core %d: %s\n", smp_id(), (char*) arg);
|
||||
kprintf("%s\n", (char*) arg);
|
||||
sleep(1);
|
||||
}
|
||||
|
||||
while(1);
|
||||
|
||||
return 42;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue