libc: implement kernel vdso syscalls for i386
This patch uses __kernel_vsyscall instead of "int 0x80" as the syscall entry point. AT_SYSINFO points to an adapter to mask the arch specific difference and gives a performance boost on i386 architecture. Bug: http://b/27533895 Change-ID: Ib340c604d02c6c25714a95793737e3cfdc3fc5d7 Signed-off-by:Mingwei Shi <mingwei.shi@intel.com> (cherry picked from commit be910529)
Loading
Please sign in to comment