mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
[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 };
|
||||
|
||||
EXPORT_SYMBOL(totalram_pages);
|
||||
EXPORT_SYMBOL(nr_swap_pages);
|
||||
|
||||
/*
|
||||
* Used by page_zone() to look up the address of the struct zone whose
|
||||
|
Loading…
Reference in New Issue
Block a user