2013-08-06 16:52:55 +02:00
|
|
|
Index: glibc-2.17.90/bits/sched.h
|
2009-02-20 08:46:43 +01:00
|
|
|
===================================================================
|
2013-08-06 16:52:55 +02:00
|
|
|
--- glibc-2.17.90.orig/bits/sched.h
|
|
|
|
+++ glibc-2.17.90/bits/sched.h
|
|
|
|
@@ -52,7 +52,7 @@ struct __sched_param
|
2009-02-20 08:46:43 +01:00
|
|
|
#if defined _SCHED_H && !defined __cpu_set_t_defined
|
|
|
|
# define __cpu_set_t_defined
|
|
|
|
/* Size definition for CPU sets. */
|
|
|
|
-# define __CPU_SETSIZE 1024
|
|
|
|
+# define __CPU_SETSIZE 4096
|
|
|
|
# define __NCPUBITS (8 * sizeof (__cpu_mask))
|
|
|
|
|
2011-08-17 21:42:24 +02:00
|
|
|
/* Type for array elements in 'cpu_set_t'. */
|
2013-08-06 16:52:55 +02:00
|
|
|
Index: glibc-2.17.90/sysdeps/unix/sysv/linux/bits/sched.h
|
2009-02-20 08:46:43 +01:00
|
|
|
===================================================================
|
2013-08-06 16:52:55 +02:00
|
|
|
--- glibc-2.17.90.orig/sysdeps/unix/sysv/linux/bits/sched.h
|
|
|
|
+++ glibc-2.17.90/sysdeps/unix/sysv/linux/bits/sched.h
|
|
|
|
@@ -111,7 +111,7 @@ struct __sched_param
|
2009-02-20 08:46:43 +01:00
|
|
|
#if defined _SCHED_H && !defined __cpu_set_t_defined
|
|
|
|
# define __cpu_set_t_defined
|
|
|
|
/* Size definition for CPU sets. */
|
|
|
|
-# define __CPU_SETSIZE 1024
|
|
|
|
+# define __CPU_SETSIZE 4096
|
|
|
|
# define __NCPUBITS (8 * sizeof (__cpu_mask))
|
|
|
|
|
|
|
|
/* Type for array elements in 'cpu_set_t'. */
|