Ignore:
Timestamp:
Jul 3, 2017, 2:36:39 PM (7 years ago)
Author:
max@…
Message:

rename hal_wbflush->hal_fence

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/libk/remote_fifo.c

    r68 r124  
    113113    // copy item to fifo
    114114        hal_remote_swd( XPTR( cxy , &ptr->data[ptw] ), *item );
    115         hal_wbflush();
     115        hal_fence();
    116116
    117117    // set the slot valid flag
    118118        hal_remote_sw( XPTR( cxy , &ptr->valid[ptw] ) , 1 );
    119         hal_wbflush();
     119        hal_fence();
    120120
    121121    // return the first RPC flag
Note: See TracChangeset for help on using the changeset viewer.