KVM: x86: Drop unneeded CONFIG_HAS_IOMEM check
authorJan Kiszka <jan.kiszka@web.de>
Mon, 12 Oct 2009 06:51:40 +0000 (08:51 +0200)
committerAvi Kivity <avi@redhat.com>
Thu, 3 Dec 2009 07:32:18 +0000 (09:32 +0200)
commit94c30d9ca6fd00a69e367b91b6e13572c41938c5
tree5075c2b883b3b68f01984d81c3e983977f6c72e9
parent9fb41ba8962b18159e16cac81e7d57e897964038
KVM: x86: Drop unneeded CONFIG_HAS_IOMEM check

This (broken) check dates back to the days when this code was shared
across architectures. x86 has IOMEM, so drop it.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/kvm/x86.c