aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorTiwei Bie <tiwei.btw@antgroup.com>2024-11-28 16:31:36 +0800
committerJohannes Berg <johannes.berg@intel.com>2025-01-10 13:49:57 +0100
commitc5e78b8d408add9d3562c7c44a727336ecb5d48b (patch)
treec417af1058183272cba7da7011203b750b3a428b
parentum: Remove unused PGD_BOUND macro (diff)
downloadwireguard-linux-c5e78b8d408add9d3562c7c44a727336ecb5d48b.tar.xz
wireguard-linux-c5e78b8d408add9d3562c7c44a727336ecb5d48b.zip
um: Remove unused THREAD_NAME_LEN macro
It's no longer used since commit 42fda66387da ("uml: throw out CONFIG_MODE_TT"). Signed-off-by: Tiwei Bie <tiwei.btw@antgroup.com> Link: https://patch.msgid.link/20241128083137.2219830-9-tiwei.btw@antgroup.com Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to '')
-rw-r--r--arch/um/os-Linux/main.c1
1 files changed, 0 insertions, 1 deletions
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;