i386: prepare shared kernel/vsyscall-sigreturn.S
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
6ddf195840
commit
e012a7b600
3 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||||
/*
|
/*
|
||||||
* 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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue