little mail test
This commit is contained in:
parent
02037f6ba5
commit
f1aa9fa24c
2 changed files with 1 additions and 3 deletions
|
@ -253,7 +253,7 @@ int icc_mail_ping( void )
|
|||
iRCCE_mail_recv( &mail );
|
||||
} while( !mail );
|
||||
|
||||
timer = timer - rdtsc();
|
||||
timer = rdtsc() - timer;
|
||||
|
||||
kprintf( "Received mail in %d ticks!\n", timer );
|
||||
|
||||
|
|
|
@ -115,9 +115,7 @@ int main(void)
|
|||
sleep(5);
|
||||
list_root();
|
||||
//test_init();
|
||||
kprintf( "calling mailbox test ... \n" );
|
||||
mailbox_test_init();
|
||||
kprintf( "mailbox test succeded!\n" );
|
||||
per_core(current_task)->status = TASK_IDLE;
|
||||
reschedule();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue