[PATCH] 2.5.48 s390 (4/16): 64bit sector_t.

Martin Schwidefsky (schwidefsky@de.ibm.com)
Mon, 18 Nov 2002 20:18:08 +0100


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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/