aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/prctl.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-02-03 07:55:06 -0500
committerIngo Molnar <mingo@elte.hu>2009-02-03 07:55:06 -0500
commit87fe85133fa7f33c2bc9882826666a7f117c62bd (patch)
treeab251f47a34b8c8c5b7c21aa45c818de926aa8d1 /arch/x86/include/asm/prctl.h
parent1ff8f739c7cc4eaa89b6ba986494f458ff7bdbef (diff)
parent15c554439faedfa490389b31db893dc764245e88 (diff)
Merge branch 'core/header-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6-tipclean into core/header-fixes
Diffstat (limited to 'arch/x86/include/asm/prctl.h')
-rw-r--r--arch/x86/include/asm/prctl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/include/asm/prctl.h b/arch/x86/include/asm/prctl.h
index a8894647dd9a..3ac5032fae09 100644
--- a/arch/x86/include/asm/prctl.h
+++ b/arch/x86/include/asm/prctl.h
@@ -6,8 +6,4 @@
6#define ARCH_GET_FS 0x1003 6#define ARCH_GET_FS 0x1003
7#define ARCH_GET_GS 0x1004 7#define ARCH_GET_GS 0x1004
8 8
9#ifdef CONFIG_X86_64
10extern long sys_arch_prctl(int, unsigned long);
11#endif /* CONFIG_X86_64 */
12
13#endif /* _ASM_X86_PRCTL_H */ 9#endif /* _ASM_X86_PRCTL_H */