mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-23 17:17:38 +00:00
core: add map method to pd_session interface
The method can be used to trigger the eager insertion of page frames into page tables. Intention: to be used for memory used for DMA. Issue #2209
This commit is contained in:
committed by
Christian Helmuth
parent
5f35175644
commit
58e4f6cf9d
@ -30,7 +30,7 @@ SRC_CC += io_mem_session_support.cc
|
||||
SRC_CC += irq_session_component.cc
|
||||
SRC_CC += main.cc
|
||||
SRC_CC += native_pd_component.cc
|
||||
SRC_CC += pd_assign_pci.cc
|
||||
SRC_CC += pd_session_support.cc
|
||||
SRC_CC += platform.cc
|
||||
SRC_CC += platform_pd.cc
|
||||
SRC_CC += platform_thread.cc
|
||||
|
Reference in New Issue
Block a user