[PATCH] unexport nr_swap_pages
I didn't find any possible modular usage in the kernel. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
e6a7e0e7ce
commit
f8b8db77b0
|
@ -64,7 +64,6 @@ long nr_swap_pages;
|
||||||
int sysctl_lowmem_reserve_ratio[MAX_NR_ZONES-1] = { 256, 32 };
|
int sysctl_lowmem_reserve_ratio[MAX_NR_ZONES-1] = { 256, 32 };
|
||||||
|
|
||||||
EXPORT_SYMBOL(totalram_pages);
|
EXPORT_SYMBOL(totalram_pages);
|
||||||
EXPORT_SYMBOL(nr_swap_pages);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Used by page_zone() to look up the address of the struct zone whose
|
* Used by page_zone() to look up the address of the struct zone whose
|
||||||
|
|
Loading…
Reference in New Issue