lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Thu, 13 Dec 2007 09:36:03 +0000
From:	"Jan Beulich" <jbeulich@...ell.com>
To:	<tglx@...utronix.de>, <mingo@...hat.com>, <hpa@...or.com>
Cc:	<linux-kernel@...r.kernel.org>
Subject: [PATCH] x86: eliminate unused exports

Signed-off-by: Jan Beulich <jbeulich@...ell.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)
 {



--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ