Module Name: src Committed By: martin Date: Fri Sep 20 09:33:48 UTC 2024
Modified Files: src/sys/arch/aarch64/aarch64 [netbsd-10]: cpu.c src/usr.sbin/cpuctl/arch [netbsd-10]: aarch64.c Log Message: Pull up following revision(s) (requested by rin in ticket #869): usr.sbin/cpuctl/arch/aarch64.c: revision 1.22 sys/arch/aarch64/aarch64/cpu.c: revision 1.73 Remove useless/harmful casts in debug messages. MPIDR AFF3 would not be printed before. MPIDR is 64bits. Without this AFF3 would always be zero. Spotted by Cyprien. To generate a diff of this commit: cvs rdiff -u -r1.70.4.1 -r1.70.4.2 src/sys/arch/aarch64/aarch64/cpu.c cvs rdiff -u -r1.21 -r1.21.2.1 src/usr.sbin/cpuctl/arch/aarch64.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.