projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c5258e
)
um: Remove unused PGD_BOUND macro
author
Tiwei Bie
<tiwei.btw@antgroup.com>
Thu, 28 Nov 2024 08:31:35 +0000
(16:31 +0800)
committer
Johannes Berg
<johannes.berg@intel.com>
Fri, 10 Jan 2025 12:49:57 +0000
(13:49 +0100)
It's no longer used since commit
11100b1dfb6e
("uml: delete
unused code").
Signed-off-by: Tiwei Bie <tiwei.btw@antgroup.com>
Link:
https://patch.msgid.link/20241128083137.2219830-8-tiwei.btw@antgroup.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
arch/um/os-Linux/main.c
patch
|
blob
|
history
diff --git
a/arch/um/os-Linux/main.c
b/arch/um/os-Linux/main.c
index
3f0be24
..
13f3bfe
100644
(file)
--- a/
arch/um/os-Linux/main.c
+++ b/
arch/um/os-Linux/main.c
@@
-19,7
+19,6
@@
#include <um_malloc.h>
#include "internal.h"
-#define PGD_BOUND (4 * 1024 * 1024)
#define STACKSIZE (8 * 1024 * 1024)
#define THREAD_NAME_LEN (256)