From c1d2db6a730d15b0a6afdc42e768a9bd8b2f683d Mon Sep 17 00:00:00 2001 From: Aram Santogidis Date: Thu, 17 Aug 2017 17:22:51 +0900 Subject: [PATCH] fixed sdma_vl_map, just in case it will be used in the future --- kernel/include/hfi1/sdma.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/kernel/include/hfi1/sdma.h b/kernel/include/hfi1/sdma.h index 70e70116..cafd1909 100644 --- a/kernel/include/hfi1/sdma.h +++ b/kernel/include/hfi1/sdma.h @@ -1064,11 +1064,7 @@ struct sdma_map_elem { */ struct sdma_vl_map { s8 engine_to_vl[TXE_NUM_SDMA_ENGINES]; -#ifdef __HFI1_ORIG__ - struct rcu_head list; -#else - //TODO: struct rcu_head list; -#endif /* __HFI1_ORIG__ */ + char list[16]; // struct rcu_head list; u32 mask; u8 actual_vls; u8 vls;