Use 4 as QUANTUM_2POW_MIN on arm as it is on any other architecture, to avoid

triggering an assertion later.
This commit is contained in:
Olivier Houchard 2006-07-27 14:36:28 +00:00
parent 2cc3124e10
commit 4cfa5e0135
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160751

View File

@ -270,7 +270,7 @@ __FBSDID("$FreeBSD$");
# define SIZEOF_PTR 8
#endif
#ifdef __arm__
# define QUANTUM_2POW_MIN 3
# define QUANTUM_2POW_MIN 4
# define SIZEOF_PTR 4
# define USE_BRK
# define NO_TLS