Add "sysenter" support on x86, and a "vsyscall" page.
Instead of doing a "int 0x80" instruction for system calls, user space can do a "call 0xfffff000" which will do the right thing regardless of what kind of system call support the CPU has.
Showing
arch/i386/kernel/sysenter.c
0 → 100644
Please register or sign in to comment