Home
last modified time | relevance | path

Searched hist:f379a12f (Results 1 – 1 of 1) sorted by relevance

/netbsd/sys/dev/ic/
H A Dssdfb.cdiff f379a12f Fri Aug 06 18:15:48 GMT 2021 tnn <tnn@NetBSD.org> conditionally put back the include of <uvm/uvm_page.h>

This is a kludge to fix the build on some ports. According to pmap(9),
including <uvm/uvm_extern.h> should be sufficient to use
"bool pmap_is_modified(struct vm_page *pg)". However, on several ports,
the function is implemented as a macro and depends on implementation
details of "struct vm_page *", which is normally an incomplete forward
declaration only. XXX revert when all ports are fixed.