* 2.5.21 - remove ccwcache_init.
@ 2002-06-10 22:24 Martin Schwidefsky
0 siblings, 0 replies; only message in thread
From: Martin Schwidefsky @ 2002-06-10 22:24 UTC (permalink / raw)
To: linux-kernel; +Cc: torvalds
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();
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-06-10 20:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-10 22:24 2.5.21 - remove ccwcache_init Martin Schwidefsky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®