2.5.21 - remove ccwcache_init.

From: Martin Schwidefsky (martin.schwidefsky@debitel.net)
Date: Mon Jun 10 2002 - 17:24:42 EST


Hi,
with the new dasd driver that has been added with 2.5.21 the ccwcache is a
thing of the past. The initialization call ccwcache_init() in init/main.c is
the only thing left of it and has to go. This removes another one of those
ugly early initialization calls for s390.

blue skies,
  Martin.

diff -urN linux-2.5.21/init/main.c linux-2.5.21-s390/init/main.c
--- linux-2.5.21/init/main.c Sun Jun 9 07:27:42 2002
+++ linux-2.5.21-s390/init/main.c Mon Jun 10 11:30:35 2002
@@ -34,7 +34,6 @@
 
 #if defined(CONFIG_ARCH_S390)
 #include <asm/s390mach.h>
-#include <asm/ccwcache.h>
 #endif
 
 #ifdef CONFIG_MTRR
@@ -393,9 +392,6 @@
         buffer_init();
         vfs_caches_init(mempages);
         radix_tree_init();
-#if defined(CONFIG_ARCH_S390)
- ccwcache_init();
-#endif
         signals_init();
 #ifdef CONFIG_PROC_FS
         proc_root_init();
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Jun 15 2002 - 22:00:19 EST