commit | 4ff2d06255461390ad685843d0d7364aaa6642d2 | [log] [tgz] |
---|---|---|
author | Olaf Hering <olaf@aepfle.de> | Tue Jul 17 11:59:15 2012 +0200 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Thu Jul 19 15:52:04 2012 -0400 |
tree | 13b95a8bfe8e372249dbac4df81dd287f2f2ca57 | |
parent | 4648da7cb4079e263eaf4dcd3b10fdb2409d4ad6 [diff] |
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 <olaf@aepfle.de> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>