* [PATCH] x86: eliminate unused exports
@ 2007-12-13 9:36 Jan Beulich
0 siblings, 0 replies; only message in thread
From: Jan Beulich @ 2007-12-13 9:36 UTC (permalink / raw)
To: tglx, mingo, hpa; +Cc: linux-kernel
Signed-off-by: Jan Beulich <jbeulich@novell.com>
arch/x86/kernel/smp_32.c | 1 -
arch/x86/kernel/smp_64.c | 3 ---
2 files changed, 4 deletions(-)
--- linux-2.6.24-rc5/arch/x86/kernel/smp_32.c 2007-12-12 11:28:18.000000000 +0100
+++ 2.6.24-rc5-x86-flushtlb-exports/arch/x86/kernel/smp_32.c 2007-12-04 16:09:33.000000000 +0100
@@ -448,7 +448,6 @@ void flush_tlb_page(struct vm_area_struc
preempt_enable();
}
-EXPORT_SYMBOL(flush_tlb_page);
static void do_flush_tlb_all(void* info)
{
--- linux-2.6.24-rc5/arch/x86/kernel/smp_64.c 2007-12-12 11:28:18.000000000 +0100
+++ 2.6.24-rc5-x86-flushtlb-exports/arch/x86/kernel/smp_64.c 2007-12-04 16:09:33.000000000 +0100
@@ -224,7 +224,6 @@ void flush_tlb_current_task(void)
flush_tlb_others(cpu_mask, mm, FLUSH_ALL);
preempt_enable();
}
-EXPORT_SYMBOL(flush_tlb_current_task);
void flush_tlb_mm (struct mm_struct * mm)
{
@@ -245,7 +244,6 @@ void flush_tlb_mm (struct mm_struct * mm
preempt_enable();
}
-EXPORT_SYMBOL(flush_tlb_mm);
void flush_tlb_page(struct vm_area_struct * vma, unsigned long va)
{
@@ -268,7 +266,6 @@ void flush_tlb_page(struct vm_area_struc
preempt_enable();
}
-EXPORT_SYMBOL(flush_tlb_page);
static void do_flush_tlb_all(void* info)
{
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-12-13 9:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-13 9:36 [PATCH] x86: eliminate unused exports Jan Beulich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome