Set QUANTUM_2POW_MIN and SIZEOF_PTR_2POW parameters for MIPS

Approved by: imp
This commit is contained in:
Oleksandr Tymoshenko 2008-04-29 22:56:05 +00:00
parent c59b9a7659
commit 00fb5362ba

View File

@ -214,6 +214,11 @@ __FBSDID("$FreeBSD$");
# define SIZEOF_PTR_2POW 2
# define NO_TLS
#endif
#ifdef __mips__
# define QUANTUM_2POW_MIN 3
# define SIZEOF_PTR_2POW 2
# define NO_TLS
#endif
#ifdef __powerpc__
# define QUANTUM_2POW_MIN 4
# define SIZEOF_PTR_2POW 2