Skip to content

Commit

Permalink
i386: prepare shared kernel/vsyscall-sigreturn.S
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Thomas Gleixner committed Oct 11, 2007
1 parent 6ddf195 commit e012a7b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/i386/kernel/vsyscall-int80_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ __kernel_vsyscall:
/*
* Get the common code for the sigreturn entry points.
*/
#include "vsyscall-sigreturn.S"
#include "vsyscall-sigreturn_32.S"
File renamed without changes.
2 changes: 1 addition & 1 deletion arch/i386/kernel/vsyscall-sysenter_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ SYSENTER_RETURN:
/*
* Get the common code for the sigreturn entry points.
*/
#include "vsyscall-sigreturn.S"
#include "vsyscall-sigreturn_32.S"

0 comments on commit e012a7b

Please sign in to comment.