patch-2.4.0-test9 linux/include/asm-arm/proc-armo/cache.h

Next file: linux/include/asm-arm/proc-armo/io.h
Previous file: linux/include/asm-arm/proc-armo/assembler.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test8/linux/include/asm-arm/proc-armo/cache.h linux/include/asm-arm/proc-armo/cache.h
@@ -1,5 +1,13 @@
 /*
- * Cache handling for 26-bit ARM processors.
+ *  linux/include/asm-arm/proc-armo/cache.h
+ *
+ *  Copyright (C) 1999-2000 Russell King
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ *  Cache handling for 26-bit ARM processors.
  */
 #define flush_cache_all()			do { } while (0)
 #define flush_cache_mm(mm)			do { } while (0)
@@ -74,6 +82,3 @@
 	if (mm == current->active_mm)
 		processor._set_pgd(mm->pgd);
 }
-
-#define __flush_entry_to_ram(entry)
-

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)