Update some patch for uadk from mainline. To get more infomation, please visit the homepage: https://github.com/Linaro/uadk Signed-off-by: Yang Shen <shenyang39@huawei.com>
28 lines
763 B
Diff
28 lines
763 B
Diff
From cf1b23feddeba22869d35d5f1fa4b4675f9b8984 Mon Sep 17 00:00:00 2001
|
|
From: Wenkai Lin <linwenkai6@hisilicon.com>
|
|
Date: Thu, 30 Dec 2021 12:07:26 +0800
|
|
Subject: [PATCH 15/28] uadk: mempool: remove MISC_DVE_UACCE_CTRL
|
|
|
|
MISC_DVE_UACCE_CTRL is no longer used, clean it.
|
|
|
|
Signed-off-by: Wenkai Lin <linwenkai6@hisilicon.com>
|
|
---
|
|
wd_mempool.c | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/wd_mempool.c b/wd_mempool.c
|
|
index 2462560..bbf5edb 100644
|
|
--- a/wd_mempool.c
|
|
+++ b/wd_mempool.c
|
|
@@ -18,7 +18,6 @@
|
|
|
|
#define SYSFS_NODE_PATH "/sys/devices/system/node/node"
|
|
#define MAX_HP_STR_SIZE 64
|
|
-#define MISC_DVE_UACCE_CTRL "/dev/uacce_ctrl"
|
|
#define HUGETLB_FLAG_ENCODE_SHIFT 26
|
|
|
|
#define BITS_PER_LONG ((unsigned int)sizeof(unsigned long) * 8)
|
|
--
|
|
2.31.1
|
|
|