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:
Thomas Gleixner 2007-10-11 11:13:03 +02:00
parent 6ddf195840
commit e012a7b600
3 changed files with 2 additions and 2 deletions

View File

@ -50,4 +50,4 @@ __kernel_vsyscall:
/*
* Get the common code for the sigreturn entry points.
*/
#include "vsyscall-sigreturn.S"
#include "vsyscall-sigreturn_32.S"

View File

@ -119,4 +119,4 @@ SYSENTER_RETURN:
/*
* Get the common code for the sigreturn entry points.
*/
#include "vsyscall-sigreturn.S"
#include "vsyscall-sigreturn_32.S"