diff options
Diffstat (limited to 'arch/um/kernel/exec.c')
-rw-r--r-- | arch/um/kernel/exec.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/um/kernel/exec.c b/arch/um/kernel/exec.c index 7c77adecd919..8196450451cd 100644 --- a/arch/um/kernel/exec.c +++ b/arch/um/kernel/exec.c | |||
@@ -11,6 +11,7 @@ | |||
11 | #include "asm/current.h" | 11 | #include "asm/current.h" |
12 | #include "asm/processor.h" | 12 | #include "asm/processor.h" |
13 | #include "asm/uaccess.h" | 13 | #include "asm/uaccess.h" |
14 | #include "as-layout.h" | ||
14 | #include "mem_user.h" | 15 | #include "mem_user.h" |
15 | #include "skas.h" | 16 | #include "skas.h" |
16 | #include "os.h" | 17 | #include "os.h" |
@@ -18,7 +19,7 @@ | |||
18 | void flush_thread(void) | 19 | void flush_thread(void) |
19 | { | 20 | { |
20 | void *data = NULL; | 21 | void *data = NULL; |
21 | unsigned long end = proc_mm ? task_size : CONFIG_STUB_START; | 22 | unsigned long end = proc_mm ? task_size : STUB_START; |
22 | int ret; | 23 | int ret; |
23 | 24 | ||
24 | arch_flush_thread(¤t->thread.arch); | 25 | arch_flush_thread(¤t->thread.arch); |