degub print in iRCCE_mail_send
This commit is contained in:
parent
ad2d1e4a3d
commit
b3c786b280
1 changed files with 9 additions and 1 deletions
|
@ -439,13 +439,21 @@ int iRCCE_mail_send(
|
|||
iRCCE_memcpy_put( (void*)iRCCE_mailbox_send[dest],
|
||||
(void*)&header, RCCE_LINE_SIZE );
|
||||
|
||||
RC_cache_invalidate();
|
||||
iRCCE_MAIL_HEADER test_header;
|
||||
iRCCE_memcpy_get( (void*)&test_header, (void*)iRCCE_mailbox_send[dest], RCCE_LINE_SIZE );
|
||||
iRCCE_mailbox_print_header(&test_header);
|
||||
kprintf( "'######" );
|
||||
|
||||
// set senders flag
|
||||
RC_cache_invalidate();
|
||||
iRCCE_mailbox_send[dest]->sent = RCCE_FLAG_SET;
|
||||
*(int *)RCCE_fool_write_combine_buffer = 1;
|
||||
RC_cache_invalidate();
|
||||
|
||||
|
||||
iRCCE_memcpy_get( (void*)&test_header, (void*)iRCCE_mailbox_send[dest], RCCE_LINE_SIZE );
|
||||
iRCCE_mailbox_print_header(&test_header);
|
||||
|
||||
RCCE_release_lock( dest );
|
||||
|
||||
/* enable interrupts */
|
||||
|
|
Loading…
Add table
Reference in a new issue