2009-11-16 09:54:19 +01:00
|
|
|
Index: bits/sched.h
|
2009-02-20 08:46:43 +01:00
|
|
|
===================================================================
|
2009-11-16 09:54:19 +01:00
|
|
|
--- bits/sched.h.orig
|
|
|
|
+++ bits/sched.h
|
2011-08-17 21:42:24 +02:00
|
|
|
@@ -54,7 +54,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'. */
|
2009-11-16 09:54:19 +01:00
|
|
|
Index: sysdeps/unix/sysv/linux/bits/sched.h
|
2009-02-20 08:46:43 +01:00
|
|
|
===================================================================
|
2009-11-16 09:54:19 +01:00
|
|
|
--- sysdeps/unix/sysv/linux/bits/sched.h.orig
|
|
|
|
+++ sysdeps/unix/sysv/linux/bits/sched.h
|
2011-08-17 21:42:24 +02:00
|
|
|
@@ -113,7 +113,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'. */
|