summaryrefslogtreecommitdiff
path: root/nptl/stack-aliasing.h
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/stack-aliasing.h')
-rw-r--r--nptl/stack-aliasing.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/nptl/stack-aliasing.h b/nptl/stack-aliasing.h
index 4d6c013ef0..73ee4ded3d 100644
--- a/nptl/stack-aliasing.h
+++ b/nptl/stack-aliasing.h
@@ -16,12 +16,6 @@
License along with the GNU C Library; if not, see
<http://www.gnu.org/licenses/>. */
-/* This is a number of bytes (less than a page) by which to "color" the
- starting stack address of new threads. This number is multiplied by the
- number of threads created so far and then truncated modulo page size,
- to get a roughly even distribution of values for different threads. */
-#define COLORING_INCREMENT 0
-
/* This is a number of bytes that is an alignment that should be avoided
when choosing the exact size of a new thread's stack. If the size
chosen is aligned to this, an extra page will be added to render the