Merge "Fix arm64/x86 build."

This commit is contained in:
Torne (Richard Coles)
2014-04-22 11:01:22 +00:00
committed by Gerrit Code Review

View File

@@ -1946,7 +1946,7 @@ static void add_vdso(KernelArgumentBlock& args __unused) {
si->flags = 0; si->flags = 0;
si->load_bias = get_elf_exec_load_bias(ehdr_vdso); si->load_bias = get_elf_exec_load_bias(ehdr_vdso);
soinfo_link_image(si); soinfo_link_image(si, NULL);
#endif #endif
} }