x86: map vsyscalls early enough

map vsyscalls early enough. This is important if a __vsyscall_fn
function is used by other kernel code too.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
Ingo Molnar
2008-01-30 13:32:39 +01:00
parent cdc7957d19
commit e402644013
3 changed files with 5 additions and 2 deletions

View File

@@ -36,6 +36,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_ */