Module Name: src Committed By: rin Date: Sat Jun 27 01:26:32 UTC 2020
Modified Files: src/sys/kern: kern_timeout.c Log Message: Stop allocating struct cpu_info in BSS; No need to db_read_bytes() against cpu_info, just ci_data.cpu_callout is enough. Save 1408 bytes of BSS for, e.g., aarch64. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/sys/kern/kern_timeout.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.