]> Gentwo Git Trees - linux/.git/commit
include/linux/pgtable.h: convert arch_enter_lazy_mmu_mode() and friends to static...
authorAndrew Morton <akpm@linux-foundation.org>
Sun, 14 Sep 2025 00:03:39 +0000 (17:03 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Sun, 21 Sep 2025 21:22:35 +0000 (14:22 -0700)
commitd02ac836e4d6bdfd7d44927d01a4cd048ad4aba8
tree0f15be58e2a45501de92589946a135e5a901aae3
parente18190b7e97e9db6546390e6e0ceddae606892b2
include/linux/pgtable.h: convert arch_enter_lazy_mmu_mode() and friends to static inlines

For all the usual reasons, plus a new one.  Calling

(void)arch_enter_lazy_mmu_mode();

deservedly blows up.

Cc: Balbir Singh <balbirs@nvidia.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/pgtable.h