mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
Copy the definition of VM_MAX_AUTOTUNE_MAXUSERS from i386. (See r242847.)
Tested by: andrew
This commit is contained in:
parent
d1a0cea48b
commit
99c8999856
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=247535
@ -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_ */
|
||||
|
Loading…
Reference in New Issue
Block a user