We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b91ec4 commit ace1a98Copy full SHA for ace1a98
arch/x86/include/asm/page_64.h
@@ -16,7 +16,7 @@ extern unsigned long page_offset_base;
16
extern unsigned long vmalloc_base;
17
extern unsigned long vmemmap_base;
18
19
-static inline unsigned long __phys_addr_nodebug(unsigned long x)
+static __always_inline unsigned long __phys_addr_nodebug(unsigned long x)
20
{
21
unsigned long y = x - __START_KERNEL_map;
22
0 commit comments