mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 23:28:57 +00:00
Make npages static and const.
This commit is contained in:
parent
502a590bf1
commit
253de0a143
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=141629
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user