Define LG_QUANTUM for hppa.

Submitted by Jory Pratt.
This commit is contained in:
Jason Evans 2012-10-08 15:41:06 -07:00
parent 5c710cee78
commit dd03a2e377

View File

@ -270,6 +270,9 @@ static const bool config_ivsalloc =
# ifdef __arm__
# define LG_QUANTUM 3
# endif
# ifdef __hppa__
# define LG_QUANTUM 4
# endif
# ifdef __mips__
# define LG_QUANTUM 3
# endif