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 6ca0f81 commit 8f14a96Copy full SHA for 8f14a96
include/linux/mm.h
@@ -3453,13 +3453,12 @@ static inline bool debug_pagealloc_enabled_static(void)
3453
return static_branch_unlikely(&_debug_pagealloc_enabled);
3454
}
3455
3456
-#ifdef CONFIG_DEBUG_PAGEALLOC
3457
/*
3458
* To support DEBUG_PAGEALLOC architecture must ensure that
3459
* __kernel_map_pages() never fails
3460
*/
3461
extern void __kernel_map_pages(struct page *page, int numpages, int enable);
3462
-
+#ifdef CONFIG_DEBUG_PAGEALLOC
3463
static inline void debug_pagealloc_map_pages(struct page *page, int numpages)
3464
{
3465
if (debug_pagealloc_enabled_static())
0 commit comments