ARM: run with 64 processes only for now

This commit is contained in:
Thomas Veerman 2013-01-25 14:42:14 +01:00
parent df0c35f0f5
commit cb87646dac

View file

@ -5,7 +5,12 @@
* 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
#endif /* defined(__arm__) */
#define _NR_SYS_PROCS 64
/* Set the FP_FORMAT type based on the machine selected, either hw or sw */