From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Gleixner Date: Fri, 07 May 2021 23:02:59 +0000 Subject: Re: [RFC 01/12] asm-generic: use asm-generic/unaligned.h for most architectures Message-Id: <87czu2m9jw.ffs@nanos.tec.linutronix.de> List-Id: References: <20210507220813.365382-1-arnd@kernel.org> <20210507220813.365382-2-arnd@kernel.org> In-Reply-To: <20210507220813.365382-2-arnd@kernel.org> MIME-Version: 1.0 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.org, sparclinux@vger.kernel.org, linux-xtensa@linux-xtensa.org 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