diff options
| author | Jan Beulich <jbeulich@novell.com> | 2007-05-02 13:27:04 -0400 |
|---|---|---|
| committer | Andi Kleen <andi@basil.nowhere.org> | 2007-05-02 13:27:04 -0400 |
| commit | b0354795c9c8fef2fadf8f867586c78efd9a1dc9 (patch) | |
| tree | 80bce992e1911b07f381b330788f97354bd9b912 | |
| parent | 00f1ea696702163b7411d2316264525996c66ed3 (diff) | |
[PATCH] x86-64: adjust inclusion of asm/vsyscall32.h
Avoid including asm/vsyscall32.h in virtually every source file.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Andi Kleen <ak@suse.de>
| -rw-r--r-- | arch/x86_64/ia32/syscall32.c | 1 | ||||
| -rw-r--r-- | include/asm-x86_64/fixmap.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/ia32/syscall32.c b/arch/x86_64/ia32/syscall32.c index 568ff0df89..fc4419ff03 100644 --- a/arch/x86_64/ia32/syscall32.c +++ b/arch/x86_64/ia32/syscall32.c | |||
| @@ -13,6 +13,7 @@ | |||
| 13 | #include <asm/proto.h> | 13 | #include <asm/proto.h> |
| 14 | #include <asm/tlbflush.h> | 14 | #include <asm/tlbflush.h> |
| 15 | #include <asm/ia32_unistd.h> | 15 | #include <asm/ia32_unistd.h> |
| 16 | #include <asm/vsyscall32.h> | ||
| 16 | 17 | ||
| 17 | extern unsigned char syscall32_syscall[], syscall32_syscall_end[]; | 18 | extern unsigned char syscall32_syscall[], syscall32_syscall_end[]; |
| 18 | extern unsigned char syscall32_sysenter[], syscall32_sysenter_end[]; | 19 | extern unsigned char syscall32_sysenter[], syscall32_sysenter_end[]; |
diff --git a/include/asm-x86_64/fixmap.h b/include/asm-x86_64/fixmap.h index 1b620db5b9..e90e167753 100644 --- a/include/asm-x86_64/fixmap.h +++ b/include/asm-x86_64/fixmap.h | |||
| @@ -15,7 +15,6 @@ | |||
| 15 | #include <asm/apicdef.h> | 15 | #include <asm/apicdef.h> |
| 16 | #include <asm/page.h> | 16 | #include <asm/page.h> |
| 17 | #include <asm/vsyscall.h> | 17 | #include <asm/vsyscall.h> |
| 18 | #include <asm/vsyscall32.h> | ||
| 19 | 18 | ||
| 20 | /* | 19 | /* |
| 21 | * Here we define all the compile-time 'special' virtual | 20 | * Here we define all the compile-time 'special' virtual |
