patch-2.4.18 linux/include/asm-sparc64/pgalloc.h
Next file: linux/include/asm-sparc64/processor.h
Previous file: linux/include/asm-sparc64/pci.h
Back to the patch index
Back to the overall index
-  Lines: 11
-  Date:
Tue Jan 15 19:08:06 2002
-  Orig file: 
linux.orig/include/asm-sparc64/pgalloc.h
-  Orig date: 
Mon Feb 18 20:18:40 2002
diff -Naur -X /home/marcelo/lib/dontdiff linux.orig/include/asm-sparc64/pgalloc.h linux/include/asm-sparc64/pgalloc.h
@@ -35,8 +35,10 @@
 extern void flush_dcache_page_impl(struct page *page);
 #ifdef CONFIG_SMP
 extern void smp_flush_dcache_page_impl(struct page *page, int cpu);
+extern void flush_dcache_page_all(struct mm_struct *mm, struct page *page);
 #else
 #define smp_flush_dcache_page_impl(page,cpu) flush_dcache_page_impl(page)
+#define flush_dcache_page_all(mm,page) flush_dcache_page_impl(page)
 #endif
 
 extern void flush_dcache_page(struct page *page);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)