rpms/kernel/FC-3 linux-2.6.11-x86_64-pmdpud-race.patch,NONE,1.1

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Mar 30 23:37:09 UTC 2005


Update of /cvs/dist/rpms/kernel/FC-3
In directory cvs.devel.redhat.com:/tmp/cvs-serv4234

Added Files:
	linux-2.6.11-x86_64-pmdpud-race.patch 
Log Message:
add the patch too dopey.


linux-2.6.11-x86_64-pmdpud-race.patch:
 pgalloc.h |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

--- NEW FILE linux-2.6.11-x86_64-pmdpud-race.patch ---
--- linux-2.6.11/include/asm-x86_64/pgalloc.h~	2005-03-30 18:34:42.000000000 -0500
+++ linux-2.6.11/include/asm-x86_64/pgalloc.h	2005-03-30 18:35:07.000000000 -0500
@@ -104,7 +104,8 @@ extern inline void pte_free(struct page 
 } 
 
 #define __pte_free_tlb(tlb,pte) tlb_remove_page((tlb),(pte))
-#define __pmd_free_tlb(tlb,x)   pmd_free(x)
-#define __pud_free_tlb(tlb,x)   pud_free(x)
+
+#define __pmd_free_tlb(tlb,x)   tlb_remove_page((tlb),virt_to_page(x))
+#define __pud_free_tlb(tlb,x)   tlb_remove_page((tlb),virt_to_page(x))
 
 #endif /* _X86_64_PGALLOC_H */




More information about the fedora-cvs-commits mailing list