]> Pileus Git - ~andy/linux/commit
xen: simplify init_hvm_pv_info
authorOlaf Hering <olaf@aepfle.de>
Tue, 17 Jul 2012 09:59:15 +0000 (11:59 +0200)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 19 Jul 2012 19:52:04 +0000 (15:52 -0400)
commit4ff2d06255461390ad685843d0d7364aaa6642d2
tree13b95a8bfe8e372249dbac4df81dd287f2f2ca57
parent4648da7cb4079e263eaf4dcd3b10fdb2409d4ad6
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>
arch/x86/xen/enlighten.c