Commit the change forgotten in r235356.

Sponsored by:	The FreeBSD Foundation
Reviewed by:	alc
MFC after:	1 month
This commit is contained in:
Konstantin Belousov 2012-05-12 20:10:18 +00:00
parent 9255dffde1
commit 13a0b7bcc4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=235359

View File

@ -312,7 +312,7 @@ struct vnode;
extern int vm_page_zero_count;
extern vm_page_t vm_page_array; /* First resident page in table */
extern int vm_page_array_size; /* number of vm_page_t's */
extern long vm_page_array_size; /* number of vm_page_t's */
extern long first_page; /* first physical page number */
#define VM_PAGE_IS_FREE(m) (((m)->flags & PG_FREE) != 0)