| commit | 3e4bb3ac9e0ada5df5f6729648d403ea9f071d10 | [log] [tgz] |
|---|---|---|
| author | Xiantao Zhang <xiantao.zhang@intel.com> | Mon Feb 25 18:52:20 2008 +0800 |
| committer | Avi Kivity <avi@qumranet.com> | Sun Apr 27 11:53:26 2008 +0300 |
| tree | 3178508a16ef6455908d07be2135ae27c19a8c6c | |
| parent | 2d3ad1f40c841bd3e97d30d423eea53915d085dc [diff] |
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 <xiantao.zhang@intel.com> Signed-off-by: Avi Kivity <avi@qumranet.com>