[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK8P3a1r5SCc_Gi=ymN4ToRU08nx9omkJU3Xy9B2GoJF941vmg@mail.gmail.com>
Date: Wed, 12 Feb 2020 14:00:54 +0100
From: Arnd Bergmann <arnd@...db.de>
To: Michal Simek <michal.simek@...inx.com>
Cc: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Michal Simek <monstr@...str.eu>, git@...inx.com,
Stefan Asserhall <stefan.asserhall@...inx.com>
Subject: Re: [PATCH 06/10] microblaze: Add sync to tlb operations
On Wed, Feb 12, 2020 at 9:58 AM Michal Simek <michal.simek@...inx.com> wrote:
> diff --git a/arch/microblaze/kernel/misc.S b/arch/microblaze/kernel/misc.S
> index 6759af688451..1228a09d8109 100644
> --- a/arch/microblaze/kernel/misc.S
> +++ b/arch/microblaze/kernel/misc.S
> @@ -39,7 +39,7 @@ _tlbia_1:
> rsubi r11, r12, MICROBLAZE_TLB_SIZE - 1
> bneid r11, _tlbia_1 /* loop for all entries */
> addik r12, r12, 1
> - /* sync */
> + mbar 1 /* sync */
> rtsd r15, 8
> nop
> .size _tlbia, . - _tlbia
Is there any effect on non-SMP systems?
Arnd
Powered by blists - more mailing lists