Home | History | Annotate | only in /src/sys/dev/bus_dma
History log of /src/sys/dev/bus_dma
RevisionDateAuthorComments
 1.5 12-Nov-2022  skrll Trailing whitespace
 1.4 06-Sep-2020  riastradh Fix some more uvm.h cleanup fallout.
 1.3 05-Sep-2020  riastradh Round of uvm.h cleanup.

The poorly named uvm.h is generally supposed to be for uvm-internal
users only.

- Narrow it to files that actually need it -- mostly files that need
to query whether curlwp is the pagedaemon, which should maybe be
exposed by an external header.

- Use uvm_extern.h where feasible and uvm_*.h for things not exposed
by it. We should split up uvm_extern.h but this will serve for now
to reduce the uvm.h dependencies.

- Use uvm_stat.h and #ifdef UVMHIST uvm.h for files that use
UVMHIST(ubchist), since ubchist is declared in uvm.h but the
reference evaporates if UVMHIST is not defined, so we reduce header
file dependencies.

- Make uvm_device.h and uvm_swap.h independently includable while
here.

ok chs@
 1.2 02-Oct-2012  christos branches: 1.2.2;
fix path
 1.1 02-Oct-2012  christos moved from src/sys/common/bus_dma
 1.2.2.2 30-Oct-2012  yamt sync with head
 1.2.2.1 02-Oct-2012  yamt file bus_dmamem_common.c was added on branch yamt-pagecache on 2012-10-30 17:20:54 +0000
 1.1 02-Oct-2012  christos branches: 1.1.2;
moved from src/sys/common/bus_dma
 1.1.2.2 30-Oct-2012  yamt sync with head
 1.1.2.1 02-Oct-2012  yamt file bus_dmamem_common.h was added on branch yamt-pagecache on 2012-10-30 17:20:54 +0000

RSS XML Feed