Kludge Tracker: Gnuradio - v3.4.0-101-g7e2b45b
Parent Directory
(gnuradio/gcell/lib/runtime)
Kludge Summary of gnuradio/gcell/lib/runtime/spu
| Total Kludges |
1 |
| Total Subdirs |
0 |
All Directories within gnuradio/gcell/lib/runtime/spu
All Files within gnuradio/gcell/lib/runtime/spu
Kludge Snippets in gnuradio/gcell/lib/runtime/spu
gnuradio/gcell/lib/runtime/spu/gc_main.c
| Category |
FIXME |
| Committer |
eb |
| Commit ID |
28361a1bfc8f155a7b1367a234c9256b7b69da38 |
375 && dma_len <= (eaa->arg[i].get_size + offset + CACHE_LINE_SIZE - 1));
376 }
377
378 // add to dma get list
379 // FIXME (someday) the dma list is where the JS_BAD_EAH limitation comes from
380
381 while (dma_len != 0){
382 int n = MIN(dma_len, MFC_MAX_DMA_SIZE);
383 dma_get_list[gli].size = n;