From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Gleixner Subject: Re: [RFC 01/12] asm-generic: use asm-generic/unaligned.h for most architectures Date: Sat, 08 May 2021 01:02:59 +0200 Message-ID: <87czu2m9jw.ffs@nanos.tec.linutronix.de> References: <20210507220813.365382-1-arnd@kernel.org> <20210507220813.365382-2-arnd@kernel.org> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1620428579; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=JXeejtHvaU6r57y+H/6chLv35n+4kHh0i98g2fKiDNw=; b=NMCn50OEXmZMXO1y0zSZPZZ4MNARh9iWOxZdHWrMJG33LMs1FpmwE/uPVIpUMWelm8CmI0 odd57jzBXu4UHu9iRz6T/mlp/B0UlYj9VCyjBQ9tJOvmQHzRdrlmAoMz4sJOPPnb2sURMj ytNVSqB23rMh5LNA4NZTD9Sq4G/xKGkhkDsGRFRdZEA9MzYWqgECm4NCP841J/ucBornf2 fZebDTGty+qll147dzlRwlOtAZFCpV/TkO9lbNJK2llbmH/BOVvdkJsXjlFv1QU/bLxfb5 WDSQVv7+TQQVxk+5jZKTB7oEiShDGDeHxy+4gIRkBCgXy73KTAipr+yXCbsDQA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1620428579; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=JXeejtHvaU6r57y+H/6chLv35n+4kHh0i98g2fKiDNw=; b=UBHeGQNGG8YqoYmzhKFeRKHRDdsveMvcVQsyLASezu+G4x4bhChlxv8y71fdr/GYNTLdlB mKTyuWFloMRIPiDA== In-Reply-To: <20210507220813.365382-2-arnd@kernel.org> List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Arnd Bergmann , linux-arch@vger.kernel.org Cc: Linus Torvalds , Vineet Gupta , Arnd Bergmann , Richard Henderson , Ivan Kokshaysky , Matt Turner , Geert Uytterhoeven , Michal Simek , "James E.J. Bottomley" , Helge Deller , "David S. Miller" , Ingo Molnar , Borislav Petkov , x86@kernel.org, "H. Peter Anvin" , Chris Zankel , Max Filippov , linux-alpha@vger.kernel.org, linux-kernel@vger.kernel.org, linux-ia64@vger.kernel.org, linux-m68k@lists.linux-m68k.org, linux-parisc@vger.kernel. On Sat, May 08 2021 at 00:07, Arnd Bergmann wrote: > diff --git a/arch/x86/include/asm/unaligned.h b/arch/x86/include/asm/unaligned.h > deleted file mode 100644 > index 9c754a7447aa..000000000000 > --- a/arch/x86/include/asm/unaligned.h > +++ /dev/null > @@ -1,15 +0,0 @@ > -/* SPDX-License-Identifier: GPL-2.0 */ > -#ifndef _ASM_X86_UNALIGNED_H > -#define _ASM_X86_UNALIGNED_H > - > -/* > - * The x86 can do unaligned accesses itself. > - */ > - > -#include > -#include > - > -#define get_unaligned __get_unaligned_le > -#define put_unaligned __put_unaligned_le > - > -#endif /* _ASM_X86_UNALIGNED_H */ Reviewed-by: Thomas Gleixner Thanks for cleaning that up! tglx