KVM: Use kzalloc to avoid allocating kvm_regs from kernel stack
authorXiantao Zhang <xiantao.zhang@intel.com>
Mon, 25 Feb 2008 10:52:20 +0000 (18:52 +0800)
committerAvi Kivity <avi@qumranet.com>
Sun, 27 Apr 2008 08:53:26 +0000 (11:53 +0300)
Since the size of kvm_regs is too big to allocate from kernel stack on ia64,
use kzalloc to allocate it.

Signed-off-by: Xiantao Zhang <xiantao.zhang@intel.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>

No differences found