From patchwork Wed Sep 11 13:04:22 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anup Patel X-Patchwork-Id: 2872561 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id A7EC1BF43F for ; Wed, 11 Sep 2013 13:10:17 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 776FE20209 for ; Wed, 11 Sep 2013 13:10:16 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4E028201F0 for ; Wed, 11 Sep 2013 13:10:15 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VJkBQ-0003Xc-Q5; Wed, 11 Sep 2013 13:10:12 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VJk6Z-0005Be-66; Wed, 11 Sep 2013 13:05:11 +0000 Received: from mail-pb0-f47.google.com ([209.85.160.47]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VJk6W-0005Ad-9x for linux-arm-kernel@lists.infradead.org; Wed, 11 Sep 2013 13:05:09 +0000 Received: by mail-pb0-f47.google.com with SMTP id rr4so8992569pbb.20 for ; Wed, 11 Sep 2013 06:04:46 -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; bh=u1Ai39fjUcQHvM3j+6c2RQfdYuQ2IajaS9Mew8PfqVY=; b=BKBqXww4wuQMb0IXyc8dGTXhhVT6efA5GHhCoi/xa9kbp7yi7n22I+IdEDbmdcNIV8 OdD1qADqQ8lgrSTai08/1EevhKAY8ghOQbrAW64kZH0+fxXDNb9XW6xZgMbYY14ZbAH7 kEiL6H5MMM1xc29Elrjkx941YPphrMbSAHFcUm0tXoVuAsD2Moj/fJUGBZBMylb/H994 oS+1M+NJWvJdqOWxwyp1Rcwc+ETsOE3Jrq3bfh1KZE9q/Tl4OBHDppvq3c6L1aif2Nww 04ifWWVcObUlEi9r3pRN3TWQjuyDSPt4RmQjyXlrsifFFabWpU8OhFDKbb/wwokMVpsm rshQ== X-Gm-Message-State: ALoCoQnupuhdJkqcs1pvvzlTERR5j7+wsWyyqPTHqYfsQPsFN4lIyQ5oUs5oUcQ9Y6zLOkx0Q+vY X-Received: by 10.68.130.104 with SMTP id od8mr1635535pbb.29.1378904686686; Wed, 11 Sep 2013 06:04:46 -0700 (PDT) Received: from pnqlab006.amcc.com ([182.73.239.130]) by mx.google.com with ESMTPSA id qf7sm3479625pac.14.1969.12.31.16.00.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 11 Sep 2013 06:04:45 -0700 (PDT) From: Anup Patel To: kvmarm@lists.cs.columbia.edu Subject: [PATCH] KVM: ARM: Fix typo in comments of inject_abt() Date: Wed, 11 Sep 2013 18:34:22 +0530 Message-Id: <1378904662-29521-1-git-send-email-anup.patel@linaro.org> X-Mailer: git-send-email 1.7.9.5 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130911_090508_445177_404552A1 X-CRM114-Status: GOOD ( 10.45 ) X-Spam-Score: -0.1 (/) Cc: linaro-kernel@lists.linaro.org, Anup Patel , patches@linaro.org, linux-arm-kernel@lists.infradead.org, christoffer.dall@linaro.org, Pranavkumar Sawargaonkar X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD,SUSPICIOUS_RECIPS,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Very minor typo in comments of inject_abt() when we update fault status register for injecting prefetch abort. Signed-off-by: Anup Patel Signed-off-by: Pranavkumar Sawargaonkar --- arch/arm/kvm/emulate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/kvm/emulate.c b/arch/arm/kvm/emulate.c index bdede9e..d6c0052 100644 --- a/arch/arm/kvm/emulate.c +++ b/arch/arm/kvm/emulate.c @@ -354,7 +354,7 @@ static void inject_abt(struct kvm_vcpu *vcpu, bool is_pabt, unsigned long addr) *vcpu_pc(vcpu) = exc_vector_base(vcpu) + vect_offset; if (is_pabt) { - /* Set DFAR and DFSR */ + /* Set IFAR and IFSR */ vcpu->arch.cp15[c6_IFAR] = addr; is_lpae = (vcpu->arch.cp15[c2_TTBCR] >> 31); /* Always give debug fault for now - should give guest a clue */