Commit ae6ec912 authored by Steve French's avatar Steve French

Merge bk://linux.bkbits.net/linux-2.5

into bkbits.net:/repos/c/cifs/linux-2.5cifs
parents c1deb0b0 77482014
...@@ -235,6 +235,7 @@ sysenter_past_esp: ...@@ -235,6 +235,7 @@ sysenter_past_esp:
/* if something modifies registers it must also disable sysexit */ /* if something modifies registers it must also disable sysexit */
movl EIP(%esp), %edx movl EIP(%esp), %edx
movl OLDESP(%esp), %ecx movl OLDESP(%esp), %ecx
xorl %ebp,%ebp
sti sti
sysexit sysexit
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment