[<prev] [next>] [day] [month] [year] [list]
Message-Id: <E1Qu7wT-0007oo-Nc@ZenIV.linux.org.uk>
Date: Thu, 18 Aug 2011 20:07:49 +0100
From: Al Viro <viro@....linux.org.uk>
To: richard@....at
Cc: user-mode-linux-devel@...ts.sourceforge.net,
linux-kernel@...r.kernel.org
Subject: Subject: [PATCH 53/91] um: make flush_tlb_kernel_range_common()
static
Signed-off-by: Al Viro <viro@...iv.linux.org.uk>
---
arch/um/include/shared/tlb.h | 2 --
arch/um/kernel/tlb.c | 2 +-
2 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/arch/um/include/shared/tlb.h b/arch/um/include/shared/tlb.h
index ecd2265..8a50ce1 100644
--- a/arch/um/include/shared/tlb.h
+++ b/arch/um/include/shared/tlb.h
@@ -9,7 +9,5 @@
#include "um_mmu.h"
extern void force_flush_all(void);
-extern int flush_tlb_kernel_range_common(unsigned long start,
- unsigned long end);
#endif
diff --git a/arch/um/kernel/tlb.c b/arch/um/kernel/tlb.c
index d175d05..d1da8ac 100644
--- a/arch/um/kernel/tlb.c
+++ b/arch/um/kernel/tlb.c
@@ -287,7 +287,7 @@ void fix_range_common(struct mm_struct *mm, unsigned long start_addr,
}
}
-int flush_tlb_kernel_range_common(unsigned long start, unsigned long end)
+static int flush_tlb_kernel_range_common(unsigned long start, unsigned long end)
{
struct mm_struct *mm;
pgd_t *pgd;
--
1.7.2.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists