Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch
Module Name: src
Committed By: riastradh
Date: Thu Jul 13 19:42:24 UTC 2023
Modified Files:
src/sys/arch/arm/xscale: pxa2x0_intr.c pxa2x0_intr.h
src/sys/arch/evbarm/g42xxeb: obio.c
src/sys/arch/evbarm/lubbock: obio.c sacc_obio.c
Log Message:
arm/xscale: Use sys/bitops.h fls32 - 1 instead of 31 - __builtin_clz.
Sidesteps namespace collision with `#define bits ...' in net/zlib.c.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/arm/xscale/pxa2x0_intr.c
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/xscale/pxa2x0_intr.h
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbarm/g42xxeb/obio.c
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/evbarm/lubbock/obio.c
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/evbarm/lubbock/sacc_obio.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index