mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Martin Schwidefsky <martin.schwidefsky@debitel.net>
To: linux-kernel@vger.kernel.org
Cc: torvalds@transmeta.com
Subject: 2.5.21 - remove ccwcache_init.
Date: Tue, 11 Jun 2002 00:24:42 +0200 (CEST)	[thread overview]
Message-ID: <E17HXac-0000Y0-00@skybase> (raw)


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

                 reply	other threads:[~2002-06-10 20:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E17HXac-0000Y0-00@skybase \
    --to=martin.schwidefsky@debitel.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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®