aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r--mm/page_alloc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index 2bc2ac63f41e..bdb22f55d006 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -48,12 +48,14 @@
48#include <linux/page_cgroup.h> 48#include <linux/page_cgroup.h>
49#include <linux/debugobjects.h> 49#include <linux/debugobjects.h>
50#include <linux/kmemleak.h> 50#include <linux/kmemleak.h>
51#include <trace/events/kmem.h>
52 51
53#include <asm/tlbflush.h> 52#include <asm/tlbflush.h>
54#include <asm/div64.h> 53#include <asm/div64.h>
55#include "internal.h" 54#include "internal.h"
56 55
56#define CREATE_TRACE_POINTS
57#include <trace/events/kmem.h>
58
57/* 59/*
58 * Array of node states. 60 * Array of node states.
59 */ 61 */