Received: by mail.netbsd.org (Postfix, from userid 605) id 9428484D7F; Tue, 28 May 2019 05:08:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 152FA84D72 for ; Tue, 28 May 2019 05:08:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id OjYQLDYUHs0d for ; Tue, 28 May 2019 05:08:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AC1D384D4D for ; Tue, 28 May 2019 05:08:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A98A9FA95; Tue, 28 May 2019 05:08:47 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 28 May 2019 05:08:47 +0000 From: "Ryo Shimizu" Subject: CVS commit: src/sys/arch/arm/amlogic To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20190528050847.A98A9FA95@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Ryo Shimizu" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: ryo Date: Tue May 28 05:08:47 UTC 2019 Modified Files: src/sys/arch/arm/amlogic: meson_uart.c Log Message: - since ttyinput (t_linesw->l_rint) should not be called from interrupt context, it has been modified to use softint like other serial drivers. - add spinlock for interrupt. ok jmcneill@. thanks To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/amlogic/meson_uart.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.