diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-11-07 04:01:40 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-07 10:54:07 -0500 |
commit | 1b09d16489f831bfc23d1c7311ee331b0680e90e (patch) | |
tree | 999528c9e6b6686bb008d6a683aab3527892fa61 /mm/swap.c | |
parent | 47bdfb96de47d25bea423b5adbfe1c2e1ceaa296 (diff) |
[PATCH] mm/swap.c: unexport vm_acct_memory
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>
Diffstat (limited to 'mm/swap.c')
-rw-r--r-- | mm/swap.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -413,7 +413,6 @@ void vm_acct_memory(long pages) | |||
413 | } | 413 | } |
414 | preempt_enable(); | 414 | preempt_enable(); |
415 | } | 415 | } |
416 | EXPORT_SYMBOL(vm_acct_memory); | ||
417 | 416 | ||
418 | #ifdef CONFIG_HOTPLUG_CPU | 417 | #ifdef CONFIG_HOTPLUG_CPU |
419 | static void lru_drain_cache(unsigned int cpu) | 418 | static void lru_drain_cache(unsigned int cpu) |