sync code with last fixes and improvements from OpenBSD
This commit is contained in:
parent
4b78db449c
commit
bf0676207f
2406 changed files with 6353 additions and 434004 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: uvm_extern.h,v 1.167 2023/02/16 04:42:07 deraadt Exp $ */
|
||||
/* $OpenBSD: uvm_extern.h,v 1.168 2023/05/30 08:30:01 jsg Exp $ */
|
||||
/* $NetBSD: uvm_extern.h,v 1.57 2001/03/09 01:02:12 chs Exp $ */
|
||||
|
||||
/*
|
||||
|
@ -225,7 +225,7 @@ struct vmspace {
|
|||
* such as mbuf pools within address ranges that are reachable by devices
|
||||
* that perform DMA.
|
||||
*
|
||||
* It is also to discourge memory allocations from being satisfied from ranges
|
||||
* It is also to discourage memory allocations from being satisfied from ranges
|
||||
* such as the ISA memory range, if they can be satisfied with allocation
|
||||
* from other ranges.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue