remove DMA call

This commit is contained in:
Tomoki Shirasawa
2014-03-30 16:14:19 +09:00
parent 76089e2682
commit e112aa8b06
3 changed files with 11 additions and 5 deletions

View File

@ -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