From patchwork Wed Oct 2 21:22:32 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christoffer Dall X-Patchwork-Id: 280181 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 65FA52C00C5 for ; Thu, 3 Oct 2013 07:22:33 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754407Ab3JBVW2 (ORCPT ); Wed, 2 Oct 2013 17:22:28 -0400 Received: from mail-pa0-f44.google.com ([209.85.220.44]:37318 "EHLO mail-pa0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754363Ab3JBVW0 (ORCPT ); Wed, 2 Oct 2013 17:22:26 -0400 Received: by mail-pa0-f44.google.com with SMTP id lf10so1611107pab.17 for ; Wed, 02 Oct 2013 14:22:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=RhtT2q8uCpdvQkg+N43UI3KnAJmQBJ6gojkX5MmKVz8=; b=TH7AD8rSo+igeC6ebKO9IAJx3TAVRw9xPwwz+fdmrRoz+33cDd2+3SCCGN+lSrH8BE YSoOMhZEFKL1OzO8UYE1zezf0MEX0J/EMVzO2+lquCdplCB6uC9xXiqBVoCpltvj2PgZ nkcKKTXaP/ygZ1/e+7R5WqyNWXycNf3EialvbJwqPU3P7Ga3J3pfFx4u9hvD/dcCQ3jS uPSVXSgWOFOrW73B70Q1R/+TnS4YDraAHaLzvhwKAHoYybvdt0khvd3N6YztNNfoV4Ty m/98m5lRExtr0yxsAdwlO4PDA8kVsD2kakC69n8TS4sGeK8TDD0V1LqErD9a6GmuyKOe +ztg== X-Gm-Message-State: ALoCoQmIR3BaAqYZXb0eHjTLgzJfFq9/dyID6muko0jGmaCWLx053qKK7hAu61SHwSsnjMaEVFQP X-Received: by 10.68.134.6 with SMTP id pg6mr4735976pbb.67.1380748946065; Wed, 02 Oct 2013 14:22:26 -0700 (PDT) Received: from localhost.localdomain (c-67-169-181-221.hsd1.ca.comcast.net. [67.169.181.221]) by mx.google.com with ESMTPSA id fl3sm5678147pad.10.1969.12.31.16.00.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 02 Oct 2013 14:22:25 -0700 (PDT) From: Christoffer Dall To: kvm@vger.kernel.org Cc: kvmarm@lists.cs.columbia.edu, kvm-ppc@vger.kernel.org, kvm-ia64@vger.kernel.org, Christoffer Dall Subject: [PATCH 5/6] KVM: ia64: Get rid of KVM_HPAGE defines Date: Wed, 2 Oct 2013 14:22:32 -0700 Message-Id: <1380748953-7864-6-git-send-email-christoffer.dall@linaro.org> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1380748953-7864-1-git-send-email-christoffer.dall@linaro.org> References: <1380748953-7864-1-git-send-email-christoffer.dall@linaro.org> Sender: kvm-ppc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm-ppc@vger.kernel.org Now when the main kvm code relying on these defines has been moved to the x86 specific part of the world, we can get rid of these. Signed-off-by: Christoffer Dall --- arch/ia64/include/asm/kvm_host.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/ia64/include/asm/kvm_host.h b/arch/ia64/include/asm/kvm_host.h index 989dd3f..95a3ff9 100644 --- a/arch/ia64/include/asm/kvm_host.h +++ b/arch/ia64/include/asm/kvm_host.h @@ -234,10 +234,6 @@ struct kvm_vm_data { #define KVM_REQ_PTC_G 32 #define KVM_REQ_RESUME 33 -#define KVM_HPAGE_GFN_SHIFT(x) 0 -#define KVM_NR_PAGE_SIZES 1 -#define KVM_PAGES_PER_HPAGE(x) 1 - struct kvm; struct kvm_vcpu;