remove DMA call
This commit is contained in:
@ -10,6 +10,7 @@
|
||||
* HISTORY:
|
||||
*/
|
||||
|
||||
#ifdef USE_DMA
|
||||
#include <ihk/dma.h>
|
||||
#include <amemcpy.h>
|
||||
|
||||
@ -48,3 +49,4 @@ int memcpy_async(unsigned long dest, unsigned long src,
|
||||
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user