CVS commit: src/sys/arch/riscv/include
"Jason R Thorpe" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: thorpej Date: Mon May 4 23:36:42 UTC 2026 Modified Files: src/sys/arch/riscv/include: proc.h Log Message: Two issues: - Always include vmparams.h via <machine/vmparams.h>, because redirection logic elsewhere relies on this. - But akshually, isn't not even needed here because the code that would use it is #if 0'd out anyway. So, collect the garbage and ramble on. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/riscv/include/proc.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.