m68k: Avoid CONFIG_COLDFIRE switch in uapi header
authorThomas Huth <thuth@redhat.com>
Fri, 10 Nov 2023 10:31:20 +0000 (11:31 +0100)
committerGreg Ungerer <gerg@linux-m68k.org>
Mon, 6 May 2024 22:55:23 +0000 (08:55 +1000)
We should not use any CONFIG switches in uapi headers since
these only work during kernel compilation. They are not defined
for userspace. Let's use the __mcoldfire__ switch from the
compiler here instead.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
arch/m68k/include/uapi/asm/ptrace.h
scripts/headers_install.sh

index 5b50ea592e002d09902d13d9889f0103a2a25c8c..ebd9fccb3d11f7f36719d1afbd0410c85d29b1cf 100644 (file)
@@ -39,7 +39,7 @@ struct pt_regs {
   long     d0;
   long     orig_d0;
   long     stkadj;
-#ifdef CONFIG_COLDFIRE
+#ifdef __mcoldfire__
   unsigned format :  4; /* frame format specifier */
   unsigned vector : 12; /* vector offset */
   unsigned short sr;
index f7d9b114de8f7d1341c7665dfb04733e40d08100..6bbccb43f7e72b21537d806186352e70b09633ef 100755 (executable)
@@ -74,7 +74,6 @@ arch/arc/include/uapi/asm/page.h:CONFIG_ARC_PAGE_SIZE_16K
 arch/arc/include/uapi/asm/page.h:CONFIG_ARC_PAGE_SIZE_4K
 arch/arc/include/uapi/asm/swab.h:CONFIG_ARC_HAS_SWAPE
 arch/arm/include/uapi/asm/ptrace.h:CONFIG_CPU_ENDIAN_BE8
-arch/m68k/include/uapi/asm/ptrace.h:CONFIG_COLDFIRE
 arch/nios2/include/uapi/asm/swab.h:CONFIG_NIOS2_CI_SWAB_NO
 arch/nios2/include/uapi/asm/swab.h:CONFIG_NIOS2_CI_SWAB_SUPPORT
 arch/x86/include/uapi/asm/auxvec.h:CONFIG_IA32_EMULATION