aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sched/core.c')
-rw-r--r--kernel/sched/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched/core.c b/kernel/sched/core.c
index 94732d1ab00a..8912aafd09e1 100644
--- a/kernel/sched/core.c
+++ b/kernel/sched/core.c
@@ -75,11 +75,11 @@
75#include <linux/compiler.h> 75#include <linux/compiler.h>
76#include <linux/frame.h> 76#include <linux/frame.h>
77#include <linux/prefetch.h> 77#include <linux/prefetch.h>
78#include <linux/mutex.h>
78 79
79#include <asm/switch_to.h> 80#include <asm/switch_to.h>
80#include <asm/tlb.h> 81#include <asm/tlb.h>
81#include <asm/irq_regs.h> 82#include <asm/irq_regs.h>
82#include <asm/mutex.h>
83#ifdef CONFIG_PARAVIRT 83#ifdef CONFIG_PARAVIRT
84#include <asm/paravirt.h> 84#include <asm/paravirt.h>
85#endif 85#endif