diff options
Diffstat (limited to 'arch/um/kernel/exec.c')
-rw-r--r-- | arch/um/kernel/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/kernel/exec.c b/arch/um/kernel/exec.c index 76a62c0cb2bc..f5d7f4569ba7 100644 --- a/arch/um/kernel/exec.c +++ b/arch/um/kernel/exec.c | |||
@@ -25,7 +25,7 @@ void flush_thread(void) | |||
25 | 25 | ||
26 | ret = unmap(¤t->mm->context.id, 0, STUB_START, 0, &data); | 26 | ret = unmap(¤t->mm->context.id, 0, STUB_START, 0, &data); |
27 | ret = ret || unmap(¤t->mm->context.id, STUB_END, | 27 | ret = ret || unmap(¤t->mm->context.id, STUB_END, |
28 | TASK_SIZE - STUB_END, 1, &data); | 28 | host_task_size - STUB_END, 1, &data); |
29 | if (ret) { | 29 | if (ret) { |
30 | printk(KERN_ERR "flush_thread - clearing address space failed, " | 30 | printk(KERN_ERR "flush_thread - clearing address space failed, " |
31 | "err = %d\n", ret); | 31 | "err = %d\n", ret); |