* [PATCH] 2.5.48 s390 (4/16): 64bit sector_t.
@ 2002-11-18 19:18 Martin Schwidefsky
0 siblings, 0 replies; only message in thread
From: Martin Schwidefsky @ 2002-11-18 19:18 UTC (permalink / raw)
To: linux-kernel, torvalds
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-11-18 19:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-18 19:18 [PATCH] 2.5.48 s390 (4/16): 64bit sector_t Martin Schwidefsky
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