hw: enable direct unmap

ref #589
This commit is contained in:
Martin Stein 2013-09-18 13:11:27 +02:00 committed by Norman Feske
parent 4f4738427d
commit a4f52bec19
1 changed files with 2 additions and 0 deletions

View File

@ -98,6 +98,8 @@ namespace Genode {
inline void wait_for_exit() { while (1) Kernel::pause_thread(); };
bool supports_direct_unmap() const { return 1; }
inline Range_allocator * region_alloc()
{
kernel_log() << __PRETTY_FUNCTION__ << ": Not implemented\n";