mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Martin Schwidefsky <schwidefsky@de.ibm.com>
To: linux-kernel@vger.kernel.org, torvalds@transmeta.com
Subject: [PATCH] 2.5.48 s390 (4/16): 64bit sector_t.
Date: Mon, 18 Nov 2002 20:18:08 +0100	[thread overview]
Message-ID: <200211182018.08278.schwidefsky@de.ibm.com> (raw)

diff -urN linux-2.5.48/include/asm-s390/types.h linux-2.5.48-s390/include/asm-s390/types.h
--- linux-2.5.48/include/asm-s390/types.h	Mon Nov 18 05:29:46 2002
+++ linux-2.5.48-s390/include/asm-s390/types.h	Mon Nov 18 20:11:20 2002
@@ -63,5 +63,10 @@
 	} subreg;
 } register_pair;
 
+#ifdef CONFIG_LBD
+typedef u64 sector_t;
+#define HAVE_SECTOR_T
+#endif
+
 #endif                                 /* __KERNEL__                       */
 #endif


                 reply	other threads:[~2002-11-18 19:24 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=200211182018.08278.schwidefsky@de.ibm.com \
    --to=schwidefsky@de.ibm.com \
    --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

Powered by JetHome