Enable DMB instruction at end of FIFO data copy.

Can't hurt to make sure FIFO and buffer state are flushed before returning to caller...
This commit is contained in:
Jared Boone 2015-08-26 14:13:51 -07:00
parent 4974774f82
commit 7937ea7327

View File

@ -139,7 +139,7 @@ private:
}
void smp_wmb() {
/*__DMB();*/
__DMB();
}
size_t peek_n() {