Skip to content

Commit 2dafb91

Browse files
author
Fox Snowpatch
committed
1 parent 5165c17 commit 2dafb91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/powerpc/include/asm/vmalloc.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
#ifdef CONFIG_HAVE_ARCH_HUGE_VMAP
88

99
#define arch_vmap_pud_supported arch_vmap_pud_supported
10-
static inline bool arch_vmap_pud_supported(pgprot_t prot)
10+
static __always_inline bool arch_vmap_pud_supported(pgprot_t prot)
1111
{
1212
/* HPT does not cope with large pages in the vmalloc area */
1313
return radix_enabled();
1414
}
1515

1616
#define arch_vmap_pmd_supported arch_vmap_pmd_supported
17-
static inline bool arch_vmap_pmd_supported(pgprot_t prot)
17+
static __always_inline bool arch_vmap_pmd_supported(pgprot_t prot)
1818
{
1919
return radix_enabled();
2020
}

0 commit comments

Comments
 (0)