ARM: run with 64 processes only for now
This commit is contained in:
parent
df0c35f0f5
commit
cb87646dac
1 changed files with 5 additions and 0 deletions
|
@ -5,7 +5,12 @@
|
||||||
* This section contains user-settable parameters *
|
* This section contains user-settable parameters *
|
||||||
*===========================================================================*/
|
*===========================================================================*/
|
||||||
|
|
||||||
|
#if defined(__arm__)
|
||||||
|
/* FIXME: For now we only support 64 processes on ARM */
|
||||||
|
#define _NR_PROCS 64
|
||||||
|
#else
|
||||||
#define _NR_PROCS 256
|
#define _NR_PROCS 256
|
||||||
|
#endif /* defined(__arm__) */
|
||||||
#define _NR_SYS_PROCS 64
|
#define _NR_SYS_PROCS 64
|
||||||
|
|
||||||
/* Set the FP_FORMAT type based on the machine selected, either hw or sw */
|
/* Set the FP_FORMAT type based on the machine selected, either hw or sw */
|
||||||
|
|
Loading…
Reference in a new issue