We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5165c17 commit 2dafb91Copy full SHA for 2dafb91
arch/powerpc/include/asm/vmalloc.h
@@ -7,14 +7,14 @@
7
#ifdef CONFIG_HAVE_ARCH_HUGE_VMAP
8
9
#define arch_vmap_pud_supported arch_vmap_pud_supported
10
-static inline bool arch_vmap_pud_supported(pgprot_t prot)
+static __always_inline bool arch_vmap_pud_supported(pgprot_t prot)
11
{
12
/* HPT does not cope with large pages in the vmalloc area */
13
return radix_enabled();
14
}
15
16
#define arch_vmap_pmd_supported arch_vmap_pmd_supported
17
-static inline bool arch_vmap_pmd_supported(pgprot_t prot)
+static __always_inline bool arch_vmap_pmd_supported(pgprot_t prot)
18
19
20
0 commit comments