Date: Tue, 25 Mar 2025 13:27:02 GMT From: Olivier Houchard <cognet@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 5fca5c7da944 - main - arm: Remove any reference to cpufunc_asm_arm11x6.S Message-ID: <202503251327.52PDR2NI099616@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by cognet: URL: https://cgit.FreeBSD.org/src/commit/?id=5fca5c7da9446743289c06b8f2a5ae724a2190cf commit 5fca5c7da9446743289c06b8f2a5ae724a2190cf Author: Olivier Houchard <cognet@FreeBSD.org> AuthorDate: 2025-03-25 13:02:02 +0000 Commit: Olivier Houchard <cognet@FreeBSD.org> CommitDate: 2025-03-25 13:03:44 +0000 arm: Remove any reference to cpufunc_asm_arm11x6.S I was wrong and there were still one reference to that file, in files.arm, so remove it. --- sys/conf/files.arm | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/conf/files.arm b/sys/conf/files.arm index 0188dda87c96..91b01845519e 100644 --- a/sys/conf/files.arm +++ b/sys/conf/files.arm @@ -10,7 +10,6 @@ arm/arm/busdma_machdep.c standard arm/arm/copystr.S standard arm/arm/cpufunc.c standard arm/arm/cpufunc_asm.S standard -arm/arm/cpufunc_asm_arm11x6.S optional cpu_arm1176 arm/arm/cpufunc_asm_armv7.S optional cpu_cortexa | cpu_krait | cpu_mv_pj4b arm/arm/cpufunc_asm_pj4b.S optional cpu_mv_pj4b arm/arm/cpuinfo.c standard
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202503251327.52PDR2NI099616>