Message ID | YbTSgYx7qZ5XO6Yo@fedora (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL] percpu fixes for v5.16-rc5 | expand |
The pull request you sent on Sat, 11 Dec 2021 11:32:01 -0500:
> git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu.git for-5.16-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/8f97a35a53e2afc0a2485b2d976e12492563a318
Thank you!
diff --git a/include/linux/percpu-refcount.h b/include/linux/percpu-refcount.h index b31d3f3312ce..d73a1c08c3e3 100644 --- a/include/linux/percpu-refcount.h +++ b/include/linux/percpu-refcount.h @@ -51,9 +51,9 @@ #define _LINUX_PERCPU_REFCOUNT_H #include <linux/atomic.h> -#include <linux/kernel.h> #include <linux/percpu.h> #include <linux/rcupdate.h> +#include <linux/types.h> #include <linux/gfp.h> struct percpu_ref; diff --git a/mm/Kconfig b/mm/Kconfig index 28edafc820ad..356f4f2c779e 100644 --- a/mm/Kconfig +++ b/mm/Kconfig @@ -428,7 +428,7 @@ config THP_SWAP # UP and nommu archs use km based percpu allocator # config NEED_PER_CPU_KM - depends on !SMP + depends on !SMP || !MMU bool default y