mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-22 18:22:41 +00:00
parent
4f19d4869f
commit
f8b4541e2b
@ -98,6 +98,8 @@ namespace Kernel
|
|||||||
*
|
*
|
||||||
* \param base base of the region within the current domain
|
* \param base base of the region within the current domain
|
||||||
* \param size size of the region
|
* \param size size of the region
|
||||||
|
*
|
||||||
|
* Does apply only to data caches.
|
||||||
*/
|
*/
|
||||||
inline void update_region(addr_t const base, size_t const size)
|
inline void update_region(addr_t const base, size_t const size)
|
||||||
{
|
{
|
||||||
|
@ -620,11 +620,7 @@ void Thread::_call_update_region()
|
|||||||
PWRN("not entitled to update region");
|
PWRN("not entitled to update region");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
/*
|
/* flush hardware caches */
|
||||||
* Flush hardware caches
|
|
||||||
*
|
|
||||||
* FIXME we don't handle instruction caches by now
|
|
||||||
*/
|
|
||||||
Processor::flush_data_cache_by_virt_region((addr_t)user_arg_1(),
|
Processor::flush_data_cache_by_virt_region((addr_t)user_arg_1(),
|
||||||
(size_t)user_arg_2());
|
(size_t)user_arg_2());
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user