diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-04-04 11:12:03 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-04-04 11:12:03 +0200 |
commit | b2466d2d8a892bd78867e9e4db554bcd2a25ca07 (patch) | |
tree | 407a352d47e94c742d3d1f3d4a138fae0f4c4e0e /debian/patches | |
parent | 1bf88e284d7c4522ca5a85a51059ebc0476210ff (diff) |
remove disabled revert-remove-threadvars-hack.patch
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/revert-remove-threadvars-hack.patch | 31 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 0 insertions, 32 deletions
diff --git a/debian/patches/revert-remove-threadvars-hack.patch b/debian/patches/revert-remove-threadvars-hack.patch deleted file mode 100644 index 173e6e32..00000000 --- a/debian/patches/revert-remove-threadvars-hack.patch +++ /dev/null @@ -1,31 +0,0 @@ -commit 4b1d3d89b85aee49efa2bd79fd238045693e0a2e -Author: Justus Winter <4winter@informatik.uni-hamburg.de> -Date: Thu Jan 9 13:04:18 2014 +0100 - - Revert "libports: remove the threadvars stack size hack" - - This reverts commit 3a3fcc811e6b50b21124a5c5a128652e788a3b67. - -diff --git a/libports/manage-multithread.c b/libports/manage-multithread.c -index 64e442f..dcebd09 100644 ---- a/libports/manage-multithread.c -+++ b/libports/manage-multithread.c -@@ -28,6 +28,10 @@ - - #define STACK_SIZE (64 * 1024) - -+/* FIXME Until threadvars are completely replaced with correct TLS, use this -+ hack to set the stack size. */ -+size_t __pthread_stack_default_size = STACK_SIZE; -+ - #define THREAD_PRI 2 - - /* XXX To reduce starvation, the priority of new threads is initially -@@ -106,6 +110,7 @@ ports_manage_port_operations_multithread (struct port_bucket *bucket, - - auto void * thread_function (void *); - -+ /* FIXME This is currently a no-op. */ - pthread_attr_init (&attr); - pthread_attr_setstacksize (&attr, STACK_SIZE); - diff --git a/debian/patches/series b/debian/patches/series index 9ceabfcf..db39cde1 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -41,7 +41,6 @@ exec_filename_fix.patch mount.patch proc_set_init_task.patch newRPC.patch -#revert-remove-threadvars-hack.patch xkb-compat.patch xxx-fix-build.patch |