From mboxrd@z Thu Jan 1 00:00:00 1970 From: Waiman Long Subject: Re: [PATCH v4 6/6] powerpc: implement smp_cond_load_relaxed Date: Fri, 24 Jul 2020 17:10:02 -0400 Message-ID: <1d24ef18-963b-4e26-2798-68bfe1350167@redhat.com> References: <20200724131423.1362108-1-npiggin@gmail.com> <20200724131423.1362108-7-npiggin@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20200724131423.1362108-7-npiggin@gmail.com> Content-Language: en-US Sender: kvm-ppc-owner@vger.kernel.org To: Nicholas Piggin , linuxppc-dev@lists.ozlabs.org Cc: Will Deacon , Peter Zijlstra , Boqun Feng , Ingo Molnar , Anton Blanchard , =?UTF-8?Q?Michal_Such=c3=a1nek?= , linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org, kvm-ppc@vger.kernel.org, linux-arch@vger.kernel.org List-Id: linux-arch.vger.kernel.org On 7/24/20 9:14 AM, Nicholas Piggin wrote: > This implements smp_cond_load_relaed with the slowpath busy loop using the Nit: "smp_cond_load_relaxed" Cheers, Longman From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-1.mimecast.com ([205.139.110.120]:35287 "EHLO us-smtp-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726083AbgGXVKN (ORCPT ); Fri, 24 Jul 2020 17:10:13 -0400 Subject: Re: [PATCH v4 6/6] powerpc: implement smp_cond_load_relaxed References: <20200724131423.1362108-1-npiggin@gmail.com> <20200724131423.1362108-7-npiggin@gmail.com> From: Waiman Long Message-ID: <1d24ef18-963b-4e26-2798-68bfe1350167@redhat.com> Date: Fri, 24 Jul 2020 17:10:02 -0400 MIME-Version: 1.0 In-Reply-To: <20200724131423.1362108-7-npiggin@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Sender: linux-arch-owner@vger.kernel.org List-ID: To: Nicholas Piggin , linuxppc-dev@lists.ozlabs.org Cc: Will Deacon , Peter Zijlstra , Boqun Feng , Ingo Molnar , Anton Blanchard , =?UTF-8?Q?Michal_Such=c3=a1nek?= , linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org, kvm-ppc@vger.kernel.org, linux-arch@vger.kernel.org Message-ID: <20200724211002.XANOTA6zDX-8ugF3VibYHBK8xNeNRqWV6nByMCWV8FA@z> On 7/24/20 9:14 AM, Nicholas Piggin wrote: > This implements smp_cond_load_relaed with the slowpath busy loop using the Nit: "smp_cond_load_relaxed" Cheers, Longman