patch-2.4.14 linux/include/asm-m68k/pgalloc.h
Next file: linux/include/asm-m68k/pgtable.h
Previous file: linux/include/asm-m68k/mc146818rtc.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Thu Oct 25 13:53:55 2001
- Orig file:
v2.4.13/linux/include/asm-m68k/pgalloc.h
- Orig date:
Tue Jul 3 17:08:21 2001
diff -u --recursive --new-file v2.4.13/linux/include/asm-m68k/pgalloc.h linux/include/asm-m68k/pgalloc.h
@@ -126,6 +126,7 @@
}
#define flush_dcache_page(page) do { } while (0)
+#define flush_icache_page(vma,pg) do { } while (0)
/* Push n pages at kernel virtual address and clear the icache */
/* RZ: use cpush %bc instead of cpush %dc, cinv %ic */
@@ -153,7 +154,7 @@
}
}
-#define flush_icache_page(vma,pg) do { } while (0)
+
#ifdef CONFIG_SUN3
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)