Copy the definition of VM_MAX_AUTOTUNE_MAXUSERS from i386. (See r242847.)

Tested by:	andrew
This commit is contained in:
Alan Cox 2013-03-01 08:30:31 +00:00
parent d1a0cea48b
commit 99c8999856
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=247535

View File

@ -178,4 +178,8 @@ extern vm_offset_t vm_max_kernel_address;
#define ZERO_REGION_SIZE (64 * 1024) /* 64KB */
#ifndef VM_MAX_AUTOTUNE_MAXUSERS
#define VM_MAX_AUTOTUNE_MAXUSERS 384
#endif
#endif /* _MACHINE_VMPARAM_H_ */