aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/ia32/vsyscall-sysenter.S
diff options
context:
space:
mode:
authorSam Ravnborg <sam@mars.(none)>2005-09-09 15:28:48 -0400
committerSam Ravnborg <sam@mars.(none)>2005-09-09 15:28:48 -0400
commite2d5df935d8a82cb7a2c50726628fa928aa89b9b (patch)
treedd7c5bffa423a57e58b7b3f62432c33521c2e776 /arch/x86_64/ia32/vsyscall-sysenter.S
parente6ae744dd2eae8e00af328b11b1fe77cb0931136 (diff)
kbuild: alpha,x86_64 use generic asm-offsets.h support
Delete obsolete stuff from arch makefiles Rename .h file to asm-offsets.h Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'arch/x86_64/ia32/vsyscall-sysenter.S')
-rw-r--r--arch/x86_64/ia32/vsyscall-sysenter.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/ia32/vsyscall-sysenter.S b/arch/x86_64/ia32/vsyscall-sysenter.S
index 8fb8e0ff3afa..71f3de586b56 100644
--- a/arch/x86_64/ia32/vsyscall-sysenter.S
+++ b/arch/x86_64/ia32/vsyscall-sysenter.S
@@ -3,7 +3,7 @@
3 */ 3 */
4 4
5#include <asm/ia32_unistd.h> 5#include <asm/ia32_unistd.h>
6#include <asm/offset.h> 6#include <asm/asm-offsets.h>
7 7
8 .text 8 .text
9 .section .text.vsyscall,"ax" 9 .section .text.vsyscall,"ax"