diff options
Diffstat (limited to 'arch/um/kernel/init_task.c')
| -rw-r--r-- | arch/um/kernel/init_task.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/um/kernel/init_task.c b/arch/um/kernel/init_task.c index cd7c85be0a1..49ed5ddf070 100644 --- a/arch/um/kernel/init_task.c +++ b/arch/um/kernel/init_task.c | |||
| @@ -13,6 +13,7 @@ | |||
| 13 | #include "asm/pgtable.h" | 13 | #include "asm/pgtable.h" |
| 14 | #include "user_util.h" | 14 | #include "user_util.h" |
| 15 | #include "mem_user.h" | 15 | #include "mem_user.h" |
| 16 | #include "os.h" | ||
| 16 | 17 | ||
| 17 | static struct fs_struct init_fs = INIT_FS; | 18 | static struct fs_struct init_fs = INIT_FS; |
| 18 | struct mm_struct init_mm = INIT_MM(init_mm); | 19 | struct mm_struct init_mm = INIT_MM(init_mm); |
| @@ -45,8 +46,8 @@ __attribute__((__section__(".data.init_task"))) = | |||
| 45 | 46 | ||
| 46 | void unprotect_stack(unsigned long stack) | 47 | void unprotect_stack(unsigned long stack) |
| 47 | { | 48 | { |
| 48 | protect_memory(stack, (1 << CONFIG_KERNEL_STACK_ORDER) * PAGE_SIZE, | 49 | os_protect_memory((void *) stack, (1 << CONFIG_KERNEL_STACK_ORDER) * PAGE_SIZE, |
| 49 | 1, 1, 0, 1); | 50 | 1, 1, 0); |
| 50 | } | 51 | } |
| 51 | 52 | ||
| 52 | /* | 53 | /* |
