diff --git a/include/linux/percpu.h b/include/linux/percpu.h index 52b5ea663b9f..765c7f56271d 100644 --- a/include/linux/percpu.h +++ b/include/linux/percpu.h @@ -16,7 +16,7 @@ /* enough to cover all DEFINE_PER_CPUs in modules */ #ifdef CONFIG_MODULES #ifdef CONFIG_MEM_ALLOC_PROFILING -#define PERCPU_MODULE_RESERVE (8 << 13) +#define PERCPU_MODULE_RESERVE (8 << 14) #else #define PERCPU_MODULE_RESERVE (8 << 10) #endif