Commit e012a7b6 authored by Thomas Gleixner's avatar Thomas Gleixner

i386: prepare shared kernel/vsyscall-sigreturn.S

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 6ddf1958
...@@ -50,4 +50,4 @@ __kernel_vsyscall: ...@@ -50,4 +50,4 @@ __kernel_vsyscall:
/* /*
* Get the common code for the sigreturn entry points. * Get the common code for the sigreturn entry points.
*/ */
#include "vsyscall-sigreturn.S" #include "vsyscall-sigreturn_32.S"
...@@ -119,4 +119,4 @@ SYSENTER_RETURN: ...@@ -119,4 +119,4 @@ SYSENTER_RETURN:
/* /*
* Get the common code for the sigreturn entry points. * Get the common code for the sigreturn entry points.
*/ */
#include "vsyscall-sigreturn.S" #include "vsyscall-sigreturn_32.S"
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