From nobody Wed Apr 8 00:00:03 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2F0FBC433FE for ; Wed, 19 Oct 2022 23:07:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231660AbiJSXHQ (ORCPT ); Wed, 19 Oct 2022 19:07:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52250 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231657AbiJSXHD (ORCPT ); Wed, 19 Oct 2022 19:07:03 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2AFD31D79A4; Wed, 19 Oct 2022 16:06:55 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 0199D619E8; Wed, 19 Oct 2022 23:06:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 50D67C433D6; Wed, 19 Oct 2022 23:06:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666220813; bh=nhWd5t1o5IYPMyRDspKfa8k81cG6AqyRMnxC35RByvA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=RTNpHs0Kg89gp+DdaWbqIhMe6f+kqN2itBUWt/vxK1bmJLo0PHxG6RNvRK7zgDRDg iv9jweLMM77bQDKPOxd/z35JK8AyJMK1+An+SeGVWhrEZ/3yxMU+9Lzj7BK+CGDReP h8T4236dujOUvBiPUHEPWIQ0S9Y1WAcgd8XNfnoAEOz69C1MQTTS7pE184xyY1Z8JT HT2e/rXya5jMDMFJNSaagJBkeubUGYeGtqsm17ykLhlAzbwYJQoQAh2kEt1pE9OZuB IF8yOC9obDZc+rFgO7DNESbRVyszsLsT7h8/dkJGZA0tj2JIP02i/29o47H0nNoOdK 8LlCm9PYq4b0g== Received: by paulmck-ThinkPad-P17-Gen-1.home (Postfix, from userid 1000) id 01C055C0890; Wed, 19 Oct 2022 16:06:53 -0700 (PDT) From: "Paul E. McKenney" To: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, kernel-team@fb.com, mingo@kernel.org Cc: stern@rowland.harvard.edu, parri.andrea@gmail.com, will@kernel.org, peterz@infradead.org, boqun.feng@gmail.com, npiggin@gmail.com, dhowells@redhat.com, j.alglave@ucl.ac.uk, luc.maranget@inria.fr, akiyks@gmail.com, SeongJae Park , Yunjae Lee , "Paul E . McKenney" Subject: [PATCH memory-model 3/5] docs/memory-barriers.txt/kokr: introduce io_stop_wc() and add implementation for ARM64 Date: Wed, 19 Oct 2022 16:06:49 -0700 Message-Id: <20221019230651.2502538-3-paulmck@kernel.org> X-Mailer: git-send-email 2.31.1.189.g2e36527f23 In-Reply-To: <20221019230640.GA2502305@paulmck-ThinkPad-P17-Gen-1> References: <20221019230640.GA2502305@paulmck-ThinkPad-P17-Gen-1> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: SeongJae Park Translate this commit to Korean: d5624bb29f49 ("asm-generic: introduce io_stop_wc() and add implementati= on for ARM64") Signed-off-by: SeongJae Park Reviewed-by: Yunjae Lee Signed-off-by: Paul E. McKenney --- Documentation/translations/ko_KR/memory-barriers.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Documentation/translations/ko_KR/memory-barriers.txt b/Documen= tation/translations/ko_KR/memory-barriers.txt index 75aa5531cc7d0..96b4162989a0d 100644 --- a/Documentation/translations/ko_KR/memory-barriers.txt +++ b/Documentation/translations/ko_KR/memory-barriers.txt @@ -1918,6 +1918,14 @@ Mandatory =EB=B0=B0=EB=A6=AC=EC=96=B4=EB=93=A4=EC=9D= =80 SMP =EC=8B=9C=EC=8A=A4=ED=85=9C=EC=97=90=EC=84=9C=EB=8F=84 UP =EC=8B=9C= =EC=8A=A4=ED=85=9C=EC=97=90=EC=84=9C=EB=8F=84 SMP =ED=9A=A8 Persistent memory =EC=97=90=EC=84=9C=EC=9D=98 =EB=A1=9C=EB=93=9C=EB= =A5=BC =EC=9C=84=ED=95=B4=EC=84=A0 =ED=98=84=EC=9E=AC=EC=9D=98 =EC=9D=BD=EA= =B8=B0 =EB=A9=94=EB=AA=A8=EB=A6=AC =EB=B0=B0=EB=A6=AC=EC=96=B4=EB=A1=9C=EB= =8F=84 =EC=9D=BD=EA=B8=B0 =EC=88=9C=EC=84=9C=EB=A5=BC =EB=B3=B4=EC=9E=A5=ED=95=98=EB=8A=94=EB= =8D=B0 =EC=B6=A9=EB=B6=84=ED=95=A9=EB=8B=88=EB=8B=A4. =20 + (*) io_stop_wc(); + + =EC=93=B0=EA=B8=B0=EC=99=80 =EA=B2=B0=ED=95=A9=EB=90=9C =ED=8A=B9=EC= =84=B1=EC=9D=84 =EA=B0=96=EB=8A=94 =EB=A9=94=EB=AA=A8=EB=A6=AC =EC=95=A1=EC= =84=B8=EC=8A=A4=EC=9D=98 =EA=B2=BD=EC=9A=B0 (=EC=98=88: ioremap_wc() =EC=97= =90 =EC=9D=98=ED=95=B4 + =EB=A6=AC=ED=84=B4=EB=90=98=EB=8A=94 =EA=B2=83=EB=93=A4), CPU =EB=8A= =94 =EC=95=9E=EC=9D=98 =EC=95=A1=EC=84=B8=EC=8A=A4=EB=93=A4=EC=9D=B4 =EB=92= =A4=EB=94=B0=EB=A5=B4=EB=8A=94 =EA=B2=83=EB=93=A4=EA=B3=BC =EB=B3=91=ED=95= =A9=EB=90=98=EA=B2=8C=EB=81=94 =EA=B8=B0=EB=8B=A4=EB=A6=B4 + =EC=88=98 =EC=9E=88=EC=8A=B5=EB=8B=88=EB=8B=A4. io_stop_wc() =EB=8A= =94 =EA=B7=B8=EB=9F=B0 =EA=B8=B0=EB=8B=A4=EB=A6=BC=EC=9D=B4 =EC=84=B1=EB=8A= =A5=EC=97=90 =EC=98=81=ED=96=A5=EC=9D=84 =EB=81=BC=EC=B9=A0 =EC=88=98 =EC= =9E=88=EC=9D=84 =EB=95=8C, + =EC=9D=B4 =EB=A7=A4=ED=81=AC=EB=A1=9C =EC=95=9E=EC=9D=98 =EC=93=B0=EA= =B8=B0-=EA=B2=B0=ED=95=A9=EB=90=9C =EB=A9=94=EB=AA=A8=EB=A6=AC =EC=95=A1=EC= =84=B8=EC=8A=A4=EB=93=A4=EC=9D=B4 =EB=A7=A4=ED=81=AC=EB=A1=9C =EB=92=A4=EC= =9D=98 =EA=B2=83=EB=93=A4=EA=B3=BC =EB=B3=91=ED=95=A9=EB=90=98=EB=8A=94 + =EA=B2=83=EC=9D=84 =EB=B0=A9=EC=A7=80=ED=95=98=EA=B8=B0 =EC=9C=84=ED= =95=B4 =EC=82=AC=EC=9A=A9=EB=90=A0 =EC=88=98 =EC=9E=88=EC=8A=B5=EB=8B=88=EB= =8B=A4. + =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D =EC=95=94=EB=AC=B5=EC=A0=81 =EC=BB=A4=EB=84=90 =EB=A9=94=EB=AA=A8=EB=A6=AC= =EB=B0=B0=EB=A6=AC=EC=96=B4 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D --=20 2.31.1.189.g2e36527f23