mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-02 14:15:46 +00:00
Use seastar::cache_line_size for cache line alignment instead of a hard coded value (64) - this value is not always correct, e.g. PPC64 platform, where cache line size is 128B. Signed-off-by: Vlad Zolotarov <vladz@scylladb.com>