diff --git a/kernel/time/timekeeping.c b/kernel/time/timekeeping.c index e3142bf7648e2c27ec7f4dacf9ce77a658da67af..c8d9b89a7571fe71466f757f100976b651f5f950 100644 --- a/kernel/time/timekeeping.c +++ b/kernel/time/timekeeping.c @@ -52,6 +52,9 @@ static struct { u64 padding[8]; #endif seqcount_raw_spinlock_t seq; +#ifdef CONFIG_ARCH_LLC_128_LINE_SIZE + u64 padding2[2]; +#endif struct timekeeper timekeeper; #ifdef CONFIG_ARCH_LLC_128_LINE_SIZE } tk_core ____cacheline_aligned_128 = {