CVS commit: src/sys/arch/arm/pic
"Jared D. McNeill" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: jmcneill Date: Thu Apr 2 10:59:44 UTC 2026 Modified Files: src/sys/arch/arm/pic: pic_splfuncs.c Log Message: arm: optimize splx (take 2) Lower cpl _before_ testing ci_pending_ipls. Be explicit about the order of operations by sprinking some __insn_barrier(). Ampere eMAG survived 12 hrs of continuous "build.sh -j32 release" with this change. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/arch/arm/pic/pic_splfuncs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.