[PATCH] Use %ebp rather than %ebx for thread_info pointer
This patch changes assembly code that accesses thread_info to use %ebp rather than %ebx. This allows me to take advantage of the fact that %ebp is restored by user mode in the sysenter register pop removal patch. vm86() direct return code updated to match [ Linus ]
Showing
Please register or sign in to comment