CVS commit: src/sys/arch/macppc/macppc
"Jared D. McNeill" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: jmcneill Date: Tue Feb 24 21:54:38 UTC 2026 Modified Files: src/sys/arch/macppc/macppc: machdep.c Log Message: macppc: Have dumpsys() call oea_dumpsys() oea_dumpsys() recently grew support for writing crash dumps, so let's call this directly. Hopefully fixes PR 11854. To generate a diff of this commit: cvs rdiff -u -r1.178 -r1.179 src/sys/arch/macppc/macppc/machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.