| commit | 4cd7b87ab29242213150146a0811d2e20cc72f29 | [log] [tgz] |
|---|---|---|
| author | Oliver Upton <oliver.upton@linux.dev> | Fri Apr 04 09:52:30 2025 -0700 |
| committer | Will Deacon <will@kernel.org> | Thu Apr 17 12:57:11 2025 +0100 |
| tree | eb28be3c36f6b67dc227af5a4014129f209e2643 | |
| parent | f8a539a99ef5c42b192cac9b3b47de2ad497422b [diff] |
arm64: Move asm headers Acked-by: Marc Zyngier <maz@kernel.org> Reviewed-by: Alexandru Elisei <alexandru.elisei@arm.com> Signed-off-by: Oliver Upton <oliver.upton@linux.dev> Link: https://lore.kernel.org/r/20250404165233.3205127-8-oliver.upton@linux.dev Signed-off-by: Will Deacon <will@kernel.org>
diff --git a/Makefile b/Makefile index 25ee9b0..3085609 100644 --- a/Makefile +++ b/Makefile
@@ -182,7 +182,6 @@ OBJS += arm/pvtime.o OBJS += arm/pmu.o ARCH_INCLUDE := arm/include - ARCH_INCLUDE += -Iarm/aarch64/include ARCH_WANT_LIBFDT := y ARCH_HAS_FLASH_MEM := y
diff --git a/arm/aarch64/include/asm/image.h b/arm/include/asm/image.h similarity index 100% rename from arm/aarch64/include/asm/image.h rename to arm/include/asm/image.h
diff --git a/arm/aarch64/include/asm/kernel.h b/arm/include/asm/kernel.h similarity index 100% rename from arm/aarch64/include/asm/kernel.h rename to arm/include/asm/kernel.h
diff --git a/arm/aarch64/include/asm/kvm.h b/arm/include/asm/kvm.h similarity index 100% rename from arm/aarch64/include/asm/kvm.h rename to arm/include/asm/kvm.h
diff --git a/arm/aarch64/include/asm/pmu.h b/arm/include/asm/pmu.h similarity index 100% rename from arm/aarch64/include/asm/pmu.h rename to arm/include/asm/pmu.h
diff --git a/arm/aarch64/include/asm/sve_context.h b/arm/include/asm/sve_context.h similarity index 100% rename from arm/aarch64/include/asm/sve_context.h rename to arm/include/asm/sve_context.h