From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 13589C10F14 for ; Tue, 8 Oct 2019 17:08:00 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id DABA221835 for ; Tue, 8 Oct 2019 17:07:59 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="hxGkSlqw" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DABA221835 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=pwsan.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-riscv-bounces+infradead-linux-riscv=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:Message-ID: In-Reply-To:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=6hXFqXgtXeovW0GwlJ11yQAfbtLaDcEaiwD1sOzGm7s=; b=hxGkSlqw+xmibk dgc3t8q3BpLv9IBTooCvdb+0rYPTbdcVsIjaFvojEgJkwTqohUKQqEz3GluTFQ2cDBYixLY1ZGNAY CL4UdP7UUo4Vsrep14VXb7nX3TA1+7Up1MnWbSjeD+WwcEBnt5INHB7SIV1G4rXfUHmHyTK0v5HtT h/q7SUxV15tyvhcUcpeCAxIWtT4CNvdP01FpPlII91qEvZFjQHrDf+GtbrCK3n80/YcnJ6pKahl7v ju0nu+CJhpY6RwuTmVjZ8BYiOjcmHexueOz+NeIu/ad4bOJOVHQ2tx+rd9CNWV2CGQnonsRw8PTHN N4boUrdfDE0h1Tox72tA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.2 #3 (Red Hat Linux)) id 1iHsxq-0005Nz-Uo; Tue, 08 Oct 2019 17:07:58 +0000 Received: from utopia.booyaka.com ([74.50.51.50]) by bombadil.infradead.org with esmtps (Exim 4.92.2 #3 (Red Hat Linux)) id 1iHsxo-0005NA-Cw for linux-riscv@lists.infradead.org; Tue, 08 Oct 2019 17:07:57 +0000 Received: (qmail 6504 invoked by uid 1019); 8 Oct 2019 17:07:52 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 8 Oct 2019 17:07:52 -0000 Date: Tue, 8 Oct 2019 17:07:52 +0000 (UTC) From: Paul Walmsley To: Vincent Chen Subject: Re: [PATCH 4/4] riscv: remove the switch statement in do_trap_break() In-Reply-To: Message-ID: References: <1569199517-5884-1-git-send-email-vincent.chen@sifive.com> <1569199517-5884-5-git-send-email-vincent.chen@sifive.com> <20190927224711.GI4700@infradead.org> <20191007161050.GA20596@infradead.org> User-Agent: Alpine 2.21.999 (DEB 260 2018-02-26) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191008_100756_515763_B51B123E X-CRM114-Status: UNSURE ( 5.81 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Albert Ou , Palmer Dabbelt , "linux-kernel@vger.kernel.org List" , Christoph Hellwig , Paul Walmsley , linux-riscv Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-riscv" Errors-To: linux-riscv-bounces+infradead-linux-riscv=archiver.kernel.org@lists.infradead.org On Tue, 8 Oct 2019, Vincent Chen wrote: > Sorry, I missed the comment. Christoph's suggestion is also good to me. > I will modify it as you suggested. Thanks - no need to resend, I'll queue the modified patch up here. - Paul _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv