summaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/patches-0.9.33.2/990-no-stack-cache.patch
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/uClibc/patches-0.9.33.2/990-no-stack-cache.patch')
-rw-r--r--toolchain/uClibc/patches-0.9.33.2/990-no-stack-cache.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/toolchain/uClibc/patches-0.9.33.2/990-no-stack-cache.patch b/toolchain/uClibc/patches-0.9.33.2/990-no-stack-cache.patch
deleted file mode 100644
index 8f0b511ea6..0000000000
--- a/toolchain/uClibc/patches-0.9.33.2/990-no-stack-cache.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/libpthread/nptl/allocatestack.c
-+++ b/libpthread/nptl/allocatestack.c
-@@ -100,7 +100,7 @@
- /* Cache handling for not-yet free stacks. */
-
- /* Maximum size in kB of cache. */
--static size_t stack_cache_maxsize = 40 * 1024 * 1024; /* 40MiBi by default. */
-+static size_t stack_cache_maxsize = 0; /* embedded systems don't have enough ram for dirty stack caches */
- static size_t stack_cache_actsize;
-
- /* Mutex protecting this variable. */