From: Olaf Hering Date: Tue, 17 Jul 2012 09:59:15 +0000 (+0200) Subject: xen: simplify init_hvm_pv_info X-Git-Tag: v3.6-rc1~123^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ff2d06255461390ad685843d0d7364aaa6642d2;p=pandora-kernel.git xen: simplify init_hvm_pv_info init_hvm_pv_info is called only in PVonHVM context, move it into ifdef. init_hvm_pv_info does not fail, make it a void function. remove arguments from init_hvm_pv_info because they are not used by the caller. Signed-off-by: Olaf Hering Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed