From: Dominik Dingel Date: Fri, 26 Jul 2013 13:04:07 +0000 (+0200) Subject: KVM: s390: Make KVM_HVA_ERR_BAD usable on s390 X-Git-Tag: v3.12-rc1~143^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf640876e21fe603f7f52b0c27d66b7716da0384;p=pandora-kernel.git KVM: s390: Make KVM_HVA_ERR_BAD usable on s390 Current common code uses PAGE_OFFSET to indicate a bad host virtual address. As this check won't work on architectures that don't map kernel and user memory into the same address space (e.g. s390), such architectures can now provide their own KVM_HVA_ERR_BAD defines. Signed-off-by: Dominik Dingel Signed-off-by: Christian Borntraeger Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed