Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [uebayasi-xip] src/sys/uvm



Module Name:    src
Committed By:   uebayasi
Date:           Tue Apr 27 06:33:24 UTC 2010

Modified Files:
        src/sys/uvm [uebayasi-xip]: uvm_pmap.h

Log Message:
Introduce PMAP_UNCACHEABLE, a flag to tell pmap_enter(9) to enter a H/W
mapping as cache disabled, even for managed memory and device pages.

(In the long run, we should pass more explicit control from UVM rather
than the current way that pmap(9) checks if a given paddr_t is managed
(== contained in one of struct vm_physseg [] arrays).)


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.32.2.1 src/sys/uvm/uvm_pmap.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index