SOURCES (LINUX_2_6): kernel-pax.patch - typo in original patch?

zbyniu zbyniu at pld-linux.org
Mon Jan 28 02:33:57 CET 2008


Author: zbyniu                       Date: Mon Jan 28 01:33:57 2008 GMT
Module: SOURCES                       Tag: LINUX_2_6
---- Log message:
- typo in original patch?

---- Files affected:
SOURCES:
   kernel-pax.patch (1.1.2.4 -> 1.1.2.5) 

---- Diffs:

================================================================
Index: SOURCES/kernel-pax.patch
diff -u SOURCES/kernel-pax.patch:1.1.2.4 SOURCES/kernel-pax.patch:1.1.2.5
--- SOURCES/kernel-pax.patch:1.1.2.4	Mon Jan 28 02:12:22 2008
+++ SOURCES/kernel-pax.patch	Mon Jan 28 02:33:52 2008
@@ -4249,7 +4249,7 @@
  	 * After the lock is released, the original page table is restored.
  	 */
 -	local_flush_tlb();
-+	__local_flush_tlb();
++	__flush_tlb_all();
  
  	gdt_descr.address = __pa(get_cpu_gdt_table(0));
  	gdt_descr.size = GDT_SIZE - 1;
@@ -4282,7 +4282,7 @@
  	 * After the lock is released, the original page table is restored.
  	 */
 -	local_flush_tlb();
-+	__local_flush_tlb();
++	__flush_tlb_all();
  
  	local_irq_restore(efi_rt_eflags);
  	spin_unlock(&efi_rt_lock);
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/kernel-pax.patch?r1=1.1.2.4&r2=1.1.2.5&f=u



More information about the pld-cvs-commit mailing list