diff options
Diffstat (limited to 'arch/um/kernel/um_arch.c')
-rw-r--r-- | arch/um/kernel/um_arch.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/um/kernel/um_arch.c b/arch/um/kernel/um_arch.c index 1993e5e12256..f1c71393f578 100644 --- a/arch/um/kernel/um_arch.c +++ b/arch/um/kernel/um_arch.c | |||
@@ -242,7 +242,8 @@ static unsigned long set_task_sizes_skas(unsigned long *task_size_out) | |||
242 | 242 | ||
243 | if (!skas_needs_stub) | 243 | if (!skas_needs_stub) |
244 | *task_size_out = host_task_size; | 244 | *task_size_out = host_task_size; |
245 | else *task_size_out = CONFIG_STUB_START & PGDIR_MASK; | 245 | else |
246 | *task_size_out = STUB_START & PGDIR_MASK; | ||
246 | 247 | ||
247 | return host_task_size; | 248 | return host_task_size; |
248 | } | 249 | } |