Make npages static and const.

This commit is contained in:
phk 2005-02-10 12:18:17 +00:00
parent 3435220961
commit a8ab852940

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.