mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 18:06:50 +00:00
L4Linux: make the l4lx library less verbose.
This commit is contained in:
parent
3736b8b2f2
commit
5118b5e1e6
@ -24,7 +24,7 @@ namespace Fiasco {
|
|||||||
|
|
||||||
using namespace Fiasco;
|
using namespace Fiasco;
|
||||||
|
|
||||||
static bool DEBUG = true;
|
static bool DEBUG = false;
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ namespace Fiasco {
|
|||||||
|
|
||||||
using namespace Fiasco;
|
using namespace Fiasco;
|
||||||
|
|
||||||
static const bool DEBUG = true; /* print usage of region map functions */
|
static const bool DEBUG = false; /* print usage of region map functions */
|
||||||
static const bool DEBUG_FIND = false; /* print also usage of region map lookups */
|
static const bool DEBUG_FIND = false; /* print also usage of region map lookups */
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
|
@ -25,7 +25,7 @@ namespace Fiasco {
|
|||||||
|
|
||||||
using namespace Fiasco;
|
using namespace Fiasco;
|
||||||
|
|
||||||
static const bool DEBUG = true;
|
static const bool DEBUG = false;
|
||||||
static l4re_env_t __l4re_env;
|
static l4re_env_t __l4re_env;
|
||||||
|
|
||||||
extern void* l4lx_kinfo;
|
extern void* l4lx_kinfo;
|
||||||
|
@ -116,7 +116,7 @@ Region* Region_manager::reserve_range(Genode::size_t size, int align,
|
|||||||
Rm_connection *rmc = new (env()->heap()) Rm_connection(0, size);
|
Rm_connection *rmc = new (env()->heap()) Rm_connection(0, size);
|
||||||
addr = start ? env()->rm_session()->attach_at(rmc->dataspace(), start)
|
addr = start ? env()->rm_session()->attach_at(rmc->dataspace(), start)
|
||||||
: env()->rm_session()->attach(rmc->dataspace());
|
: env()->rm_session()->attach(rmc->dataspace());
|
||||||
PDBG("attach done addr=%p!", addr);
|
//PDBG("attach done addr=%p!", addr);
|
||||||
break;
|
break;
|
||||||
} catch(Rm_session::Attach_failed e) {
|
} catch(Rm_session::Attach_failed e) {
|
||||||
PWRN("attach failed start=%lx", start);
|
PWRN("attach failed start=%lx", start);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user