1
0
Fork 0

[PATCH] make mm/thrash.c:global_faults static

This patch makes the needlessly global "global_faults" static.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
hifive-unleashed-5.1
Adrian Bunk 2006-12-06 20:32:43 -08:00 committed by Linus Torvalds
parent 7c309a64d6
commit e30500557e
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
static DEFINE_SPINLOCK(swap_token_lock);
struct mm_struct *swap_token_mm;
unsigned int global_faults;
static unsigned int global_faults;
void grab_swap_token(void)
{