Signed-off-by: Jan Beulich <[EMAIL PROTECTED]>
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)
{
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/