Commit 0817b236 authored by Martin Schwidefsky's avatar Martin Schwidefsky Committed by Linus Torvalds

[PATCH] s390: 64bit sector_t.

parent 31d984bb
...@@ -63,5 +63,10 @@ typedef union { ...@@ -63,5 +63,10 @@ typedef union {
} subreg; } subreg;
} register_pair; } register_pair;
#ifdef CONFIG_LBD
typedef u64 sector_t;
#define HAVE_SECTOR_T
#endif
#endif /* __KERNEL__ */ #endif /* __KERNEL__ */
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment