From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH v3 03/11] KVM: arm: enable to use the ARM_DSCR_MDBGEN macro from KVM assembly code Date: Tue, 30 Jun 2015 15:20:13 +0200 Message-ID: <20150630132013.GT11332@cbox> References: <1434969694-7432-1-git-send-email-zhichao.huang@linaro.org> <1434969694-7432-4-git-send-email-zhichao.huang@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 9336256AD8 for ; Tue, 30 Jun 2015 09:09:03 -0400 (EDT) Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HKrZ50XhGDDZ for ; Tue, 30 Jun 2015 09:09:01 -0400 (EDT) Received: from mail-la0-f49.google.com (mail-la0-f49.google.com [209.85.215.49]) by mm01.cs.columbia.edu (Postfix) with ESMTPS id AE59D56AD5 for ; Tue, 30 Jun 2015 09:09:01 -0400 (EDT) Received: by lagh6 with SMTP id h6so13087148lag.2 for ; Tue, 30 Jun 2015 06:20:13 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1434969694-7432-4-git-send-email-zhichao.huang@linaro.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu To: Zhichao Huang Cc: kvm@vger.kernel.org, marc.zyngier@arm.com, will.deacon@arm.com, huangzhichao@huawei.com, kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org List-Id: kvmarm@lists.cs.columbia.edu On Mon, Jun 22, 2015 at 06:41:26PM +0800, Zhichao Huang wrote: > Add #ifndef __ASSEMBLY__ in hw_breakpoint.h, in order to use > the ARM_DSCR_MDBGEN macro from KVM assembly code. > > Signed-off-by: Zhichao Huang > Reviewed-by: Alex Bennee Acked-by: Christoffer Dall From mboxrd@z Thu Jan 1 00:00:00 1970 From: christoffer.dall@linaro.org (Christoffer Dall) Date: Tue, 30 Jun 2015 15:20:13 +0200 Subject: [PATCH v3 03/11] KVM: arm: enable to use the ARM_DSCR_MDBGEN macro from KVM assembly code In-Reply-To: <1434969694-7432-4-git-send-email-zhichao.huang@linaro.org> References: <1434969694-7432-1-git-send-email-zhichao.huang@linaro.org> <1434969694-7432-4-git-send-email-zhichao.huang@linaro.org> Message-ID: <20150630132013.GT11332@cbox> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Jun 22, 2015 at 06:41:26PM +0800, Zhichao Huang wrote: > Add #ifndef __ASSEMBLY__ in hw_breakpoint.h, in order to use > the ARM_DSCR_MDBGEN macro from KVM assembly code. > > Signed-off-by: Zhichao Huang > Reviewed-by: Alex Bennee Acked-by: Christoffer Dall