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();