The branch main has been updated by cognet:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=5fca5c7da9446743289c06b8f2a5ae724a2190cf

commit 5fca5c7da9446743289c06b8f2a5ae724a2190cf
Author:     Olivier Houchard <cog...@freebsd.org>
AuthorDate: 2025-03-25 13:02:02 +0000
Commit:     Olivier Houchard <cog...@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

Reply via email to