From 2b45c3f5008bf760e628126f0344c1effbee0714 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Wed, 30 Apr 2014 13:49:11 -0700 Subject: qemu/osdep: Remove the need for qemu_init_auxval Instead of getting backup auxv data from the env pointer given to main, read it from /proc/self/auxv. We can do this at any time, so we're not tied to any ordering wrt a call to qemu_init_auxval from main. Tested-by: Tom Musta Signed-off-by: Richard Henderson --- linux-user/main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'linux-user/main.c') diff --git a/linux-user/main.c b/linux-user/main.c index a87c6f7ed4..14b7b948b7 100644 --- a/linux-user/main.c +++ b/linux-user/main.c @@ -3829,7 +3829,6 @@ int main(int argc, char **argv, char **envp) module_call_init(MODULE_INIT_QOM); - qemu_init_auxval(envp); qemu_cache_utils_init(); if ((envlist = envlist_create()) == NULL) { -- cgit v1.2.3-55-g7522