|
@@ -74,6 +74,7 @@
|
|
#include <linux/binfmts.h>
|
|
#include <linux/binfmts.h>
|
|
#include <linux/context_tracking.h>
|
|
#include <linux/context_tracking.h>
|
|
#include <linux/compiler.h>
|
|
#include <linux/compiler.h>
|
|
|
|
+#include <linux/frame.h>
|
|
|
|
|
|
#include <asm/switch_to.h>
|
|
#include <asm/switch_to.h>
|
|
#include <asm/tlb.h>
|
|
#include <asm/tlb.h>
|
|
@@ -3288,6 +3289,7 @@ static void __sched notrace __schedule(bool preempt)
|
|
|
|
|
|
balance_callback(rq);
|
|
balance_callback(rq);
|
|
}
|
|
}
|
|
|
|
+STACK_FRAME_NON_STANDARD(__schedule); /* switch_to() */
|
|
|
|
|
|
static inline void sched_submit_work(struct task_struct *tsk)
|
|
static inline void sched_submit_work(struct task_struct *tsk)
|
|
{
|
|
{
|