]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86/vsyscall.h
Merge branch 'linus' into x86/x2apic
[linux-2.6-omap-h63xx.git] / include / asm-x86 / vsyscall.h
index f01c49f5d108d50666535d0fb1e52cc1bdc97c2d..6b66ff905af0408ee9ff586c4fe49dfc001c9af1 100644 (file)
@@ -24,7 +24,8 @@ enum vsyscall_num {
        ((unused, __section__ (".vsyscall_gtod_data"),aligned(16)))
 #define __section_vsyscall_clock __attribute__ \
        ((unused, __section__ (".vsyscall_clock"),aligned(16)))
-#define __vsyscall_fn __attribute__ ((unused,__section__(".vsyscall_fn")))
+#define __vsyscall_fn \
+       __attribute__ ((unused, __section__(".vsyscall_fn"))) notrace
 
 #define VGETCPU_RDTSCP 1
 #define VGETCPU_LSL    2
@@ -36,6 +37,8 @@ extern volatile unsigned long __jiffies;
 extern int vgetcpu_mode;
 extern struct timezone sys_tz;
 
+extern void map_vsyscall(void);
+
 #endif /* __KERNEL__ */
 
 #endif /* _ASM_X86_64_VSYSCALL_H_ */