Enabled _sdma_txadd_daddr()

This commit is contained in:
Aram Santogidis
2017-08-09 13:05:20 +09:00
committed by Balazs Gerofi
parent fa6db686b4
commit 076e6b9b12
7 changed files with 22 additions and 16 deletions

View File

@@ -90,9 +90,12 @@ typedef ihk_spinlock_t spinlock_t;
#define __iomem
#define __rcu
#define __percpu
#define GFP_KERNEL 0
#define send_routine void *
#define GFP_KERNEL 0
// TODO: double check GFP_ATOMIC
#define GFP_ATOMIC 0
/* hfi1 pio.h */
#define SC_MAX 4 /* count of send context types */