From: Arnd Bergmann <arnd@arndb.de>
To: Andrew Morton <akpm@osdl.org>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>,
linux-kernel@vger.kernel.org
Subject: [PATCH] s390: fix kmem_bufctl_t definition
Date: Fri, 11 Jun 2004 15:02:28 +0200 [thread overview]
Message-ID: <200406111502.28599.arnd@arndb.de> (raw)
[-- Attachment #1: Type: text/plain, Size: 639 bytes --]
On s390, kmem_bufctl_t was added inside of an #ifdef, breaking
64 bit builds.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
===== include/asm-s390/types.h 1.8 vs edited =====
--- 1.8/include/asm-s390/types.h Wed May 19 18:02:49 2004
+++ edited/include/asm-s390/types.h Sat Jun 5 18:02:16 2004
@@ -79,6 +79,8 @@
typedef u32 dma_addr_t;
+typedef unsigned int kmem_bufctl_t;
+
#ifndef __s390x__
typedef union {
unsigned long long pair;
@@ -92,8 +94,6 @@
typedef u64 sector_t;
#define HAVE_SECTOR_T
#endif
-
-typedef unsigned int kmem_bufctl_t;
#endif /* ! __s390x__ */
#endif /* __ASSEMBLY__ */
[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
reply other threads:[~2004-06-11 13:03 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=200406111502.28599.arnd@arndb.de \
--to=arnd@arndb.de \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=schwidefsky@de.ibm.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.