kernel: bump 5.15 to 5.15.155
[openwrt/staging/nbd.git] / target / linux / generic / backport-5.15 / 020-v6.1-05-mm-multi-gen-LRU-groundwork.patch
index 969d721da61523b2a6e9eb0ff85ecb37b290bd8a..85710eb79b8f310e1e3fce67ba417e545ecfcfec 100644 (file)
@@ -552,7 +552,7 @@ Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
 --- a/kernel/bounds.c
 +++ b/kernel/bounds.c
 @@ -22,6 +22,11 @@ int main(void)
-       DEFINE(NR_CPUS_BITS, ilog2(CONFIG_NR_CPUS));
+       DEFINE(NR_CPUS_BITS, bits_per(CONFIG_NR_CPUS));
  #endif
        DEFINE(SPINLOCK_SIZE, sizeof(spinlock_t));
 +#ifdef CONFIG_LRU_GEN