CVS commit: src/sys/arch
"Yuri Honegger Yurix" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: yurix Date: Mon May 11 19:38:21 UTC 2026 Modified Files: src/sys/arch/arm/cortex: a9tmr.c gtmr.c src/sys/arch/evbarm/conf: std.generic Log Message: arm/generic: use generic setstatclockrate This allows us to get rid of the weak symbol hack in a9tmr since GENERIC is the only configuration with both a9tmr and gtmr active in one configuration. Configurations without __HAVE_GENERIC_SETSTATCLOCKRATE still get a setstatclockrate from the ifdef. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/arch/arm/cortex/a9tmr.c cvs rdiff -u -r1.50 -r1.51 src/sys/arch/arm/cortex/gtmr.c cvs rdiff -u -r1.11 -r1.12 src/sys/arch/evbarm/conf/std.generic Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.