Make npages static and const.

This commit is contained in:
Poul-Henning Kamp 2005-02-10 12:18:17 +00:00
parent 502a590bf1
commit 253de0a143
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=141629

View File

@ -166,7 +166,7 @@ struct pagerops *pagertab[] = {
&deadpagerops /* OBJT_DEAD */
};
int npagers = sizeof(pagertab) / sizeof(pagertab[0]);
static const int npagers = sizeof(pagertab) / sizeof(pagertab[0]);
/*
* Kernel address space for mapping pages.