[PATCH 8/9] um: Remove unused THREAD_NAME_LEN macro
Tiwei Bie
tiwei.btw at antgroup.com
Thu Nov 28 00:31:36 PST 2024
It's no longer used since commit 42fda66387da ("uml: throw out
CONFIG_MODE_TT").
Signed-off-by: Tiwei Bie <tiwei.btw at antgroup.com>
---
arch/um/os-Linux/main.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/um/os-Linux/main.c b/arch/um/os-Linux/main.c
index 13f3bfeb6378..3c63ce19e3bf 100644
--- a/arch/um/os-Linux/main.c
+++ b/arch/um/os-Linux/main.c
@@ -20,7 +20,6 @@
#include "internal.h"
#define STACKSIZE (8 * 1024 * 1024)
-#define THREAD_NAME_LEN (256)
long elf_aux_hwcap;
--
2.34.1
More information about the linux-um
mailing list