diff options
Diffstat (limited to 'arch/i386/kernel/jump_userspace.s')
-rw-r--r-- | arch/i386/kernel/jump_userspace.s | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/i386/kernel/jump_userspace.s b/arch/i386/kernel/jump_userspace.s index fe69880..add144a 100644 --- a/arch/i386/kernel/jump_userspace.s +++ b/arch/i386/kernel/jump_userspace.s @@ -18,12 +18,4 @@ jump_userspace: call set_kernel_esp addl $4, %esp - movl $0x0004, %eax - orl $0x0002, %eax - pushl %eax - call init_page_dir - addl $4, %esp - - movl %eax, %cr3 - iret |