From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt0-f193.google.com ([209.85.216.193]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fnpNH-00069V-9z for linux-um@lists.infradead.org; Thu, 09 Aug 2018 18:09:28 +0000 Received: by mail-qt0-f193.google.com with SMTP id b15-v6so7489122qtp.11 for ; Thu, 09 Aug 2018 11:09:17 -0700 (PDT) MIME-Version: 1.0 References: <20180809174444.31705-1-paul.burton@mips.com> <20180809174444.31705-4-paul.burton@mips.com> In-Reply-To: <20180809174444.31705-4-paul.burton@mips.com> From: Arnd Bergmann Date: Thu, 9 Aug 2018 20:08:59 +0200 Message-ID: Subject: Re: [PATCH v6 3/4] compiler.h: Allow arch-specific overrides List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-um" Errors-To: linux-um-bounces+geert=linux-m68k.org@lists.infradead.org To: Paul Burton Cc: linux-arch , "open list:RALINK MIPS ARCHITECTURE" , uml-devel , Richard Weinberger , Jeff Dike , linux-alpha@vger.kernel.org, linux-um@lists.infradead.org, Ralf Baechle , Ivan Kokshaysky , James Hogan , Matt Turner , Richard Henderson On Thu, Aug 9, 2018 at 7:45 PM Paul Burton wrote: > > Include an arch-specific asm/compiler.h and allow for it to define a > custom version of barrier_before_unreachable(), which is needed to > workaround several issues on the MIPS architecture. > > This patch includes an effectively empty asm-generic implementation of > asm/compiler.h for all architectures except alpha, arm, arm64, and mips > (which already have an asm/compiler.h) and leaves the architecture > specifics to a further patch. > > Signed-off-by: Paul Burton > [jhogan@kernel.org: Forward port and use asm/compiler.h instead of > asm/compiler-gcc.h] > Signed-off-by: James Hogan > Reviewed-by: Paul Burton > Cc: Arnd Bergmann > Cc: Ralf Baechle > Cc: linux-arch@vger.kernel.org > Cc: linux-mips@linux-mips.org > Cc: linux-um@lists.infradead.org Reviewed-by: Arnd Bergmann _______________________________________________ linux-um mailing list linux-um@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-um