CVS commit: src/sys/arch/evbmips/ingenic
"Andrius Varanavicius" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: andvar Date: Sun Aug 9 22:31:20 UTC 2026 Modified Files: src/sys/arch/evbmips/ingenic: intr.c Log Message: s/mipsNN_cp0_cause_read/mips_cp0_cause_read/ in INGENIC_INTR_DEBUG guarded code. It is disabled though, thus moving #ifdef 0 higher to make option build. (otherwise buffer is unused and compiler complains) Not sure why the code was disabled, potentially it was too verbose. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbmips/ingenic/intr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.