diff options
Diffstat (limited to 'arch/um/kernel/um_arch.c')
-rw-r--r-- | arch/um/kernel/um_arch.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/um/kernel/um_arch.c b/arch/um/kernel/um_arch.c index f1c71393f578..9b5d2cdb621c 100644 --- a/arch/um/kernel/um_arch.c +++ b/arch/um/kernel/um_arch.c | |||
@@ -16,6 +16,7 @@ | |||
16 | #include "as-layout.h" | 16 | #include "as-layout.h" |
17 | #include "init.h" | 17 | #include "init.h" |
18 | #include "kern.h" | 18 | #include "kern.h" |
19 | #include "kern_util.h" | ||
19 | #include "mem_user.h" | 20 | #include "mem_user.h" |
20 | #include "os.h" | 21 | #include "os.h" |
21 | #include "skas.h" | 22 | #include "skas.h" |
@@ -280,11 +281,6 @@ int __init linux_main(int argc, char **argv) | |||
280 | 281 | ||
281 | host_task_size = set_task_sizes_skas(&task_size); | 282 | host_task_size = set_task_sizes_skas(&task_size); |
282 | 283 | ||
283 | /* | ||
284 | * Setting up handlers to 'sig_info' struct | ||
285 | */ | ||
286 | os_fill_handlinfo(handlinfo_kern); | ||
287 | |||
288 | brk_start = (unsigned long) sbrk(0); | 284 | brk_start = (unsigned long) sbrk(0); |
289 | 285 | ||
290 | /* | 286 | /* |