@@ -23,12 +23,11 @@ NF == 3 { END {+ printf("#pragma once\n"); printf("/*\n"); printf(" * This was automagically generated from %s!\n", FILENAME); printf(" * Do NOT edit\n");- printf(" */\n\n");- printf("#ifndef __ASM_ARM_MACH_TYPE_H\n");- printf("#define __ASM_ARM_MACH_TYPE_H\n\n");+ printf(" */\n"); printf("#ifndef __ASSEMBLY__\n"); printf("/* The type of machine we're running on */\n"); printf("extern unsigned int __machine_arch_type;\n");
From: Russell King - ARM Linux admin <linux@armlinux.org.uk> Date: 2021-03-01 10:24:03
On Sun, Feb 28, 2021 at 07:59:16PM +0300, Alexey Dobriyan wrote:
From 72842f89ae91a4d02ea29604f87c373052bd3f64 Mon Sep 17 00:00:00 2001
From: Alexey Dobriyan <redacted>
Date: Tue, 9 Feb 2021 14:37:40 +0300
Subject: [PATCH 02/11] pragma once: convert arch/arm/tools/gen-mach-types
Generate arch/arm/include/generated/asm/mach-types.h without include
guard.
The fundamental question of "why" is missing from this commit message.
Are we making this change to all kernel headers?
--
RMK's Patch system: https://www.armlinux.org.uk/developer/patches/
FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last!
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel