Skip to content

Commit

Permalink
[PATCH] x86-64: adjust inclusion of asm/vsyscall32.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jan Beulich authored and Andi Kleen committed May 2, 2007
1 parent 00f1ea6 commit b035479
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions arch/x86_64/ia32/syscall32.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <asm/proto.h>
#include <asm/tlbflush.h>
#include <asm/ia32_unistd.h>
#include <asm/vsyscall32.h>

extern unsigned char syscall32_syscall[], syscall32_syscall_end[];
extern unsigned char syscall32_sysenter[], syscall32_sysenter_end[];
Expand Down
1 change: 0 additions & 1 deletion include/asm-x86_64/fixmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include <asm/apicdef.h>
#include <asm/page.h>
#include <asm/vsyscall.h>
#include <asm/vsyscall32.h>

/*
* Here we define all the compile-time 'special' virtual
Expand Down

0 comments on commit b035479

Please sign in to comment.