From: Xiantao Zhang Date: Mon, 25 Feb 2008 10:52:20 +0000 (+0800) Subject: KVM: Use kzalloc to avoid allocating kvm_regs from kernel stack X-Git-Tag: v2.6.26-rc1~1028^2~97 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e4bb3ac9e0ada5df5f6729648d403ea9f071d10;p=pandora-kernel.git KVM: Use kzalloc to avoid allocating kvm_regs from kernel stack 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 Signed-off-by: Avi Kivity --- Reading git-diff-tree failed