mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 09:31:50 +00:00
x86, xen, vdso: fix build error
fix: arch/x86/xen/built-in.o: In function `xen_enable_syscall': (.cpuinit.text+0xdb): undefined reference to `sysctl_vsyscall32' Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
62541c3766
commit
71415c6a08
@ -144,7 +144,9 @@ void __cpuinit xen_enable_syscall(void)
|
||||
if (ret != 0) {
|
||||
printk(KERN_INFO "Xen: 32-bit syscall not supported: disabling vdso\n");
|
||||
setup_clear_cpu_cap(X86_FEATURE_SYSCALL32);
|
||||
#ifdef CONFIG_COMPAT
|
||||
sysctl_vsyscall32 = 0;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
#endif /* CONFIG_X86_64 */
|
||||
|
Loading…
Reference in New Issue
Block a user