mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-30 06:04:25 +00:00
parent
146b34bf40
commit
e1be0b3f67
@ -3,8 +3,7 @@ LIB_INC_DIR = $(LIB_DIR)/include
|
|||||||
|
|
||||||
SHARED_LIB = yes
|
SHARED_LIB = yes
|
||||||
|
|
||||||
# FIXME should we *really* add dde_kit to this shared library?
|
LIBS += libc-setjmp libc
|
||||||
LIBS += dde_kit libc-setjmp libc
|
|
||||||
|
|
||||||
LD_OPT += --version-script=$(LIB_DIR)/symbol.map
|
LD_OPT += --version-script=$(LIB_DIR)/symbol.map
|
||||||
|
|
||||||
|
@ -348,7 +348,6 @@ extern unsigned long jiffies;
|
|||||||
|
|
||||||
time_t time(time_t *t)
|
time_t time(time_t *t)
|
||||||
{
|
{
|
||||||
dde_kit_printf("%s:%d from: %p\n", __func__, __LINE__, __builtin_return_address(0));
|
|
||||||
return jiffies;
|
return jiffies;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1190,7 +1190,7 @@ int request_firmware_nowait(struct module *module, bool uevent,
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* use dde_kit_large_malloc because our slab only goes up to 64KiB */
|
/* use Genode env because our slab only goes up to 64KiB */
|
||||||
fw->data = (u8*)Genode::env()->heap()->alloc(fwl->size);
|
fw->data = (u8*)Genode::env()->heap()->alloc(fwl->size);
|
||||||
if (!fw->data) {
|
if (!fw->data) {
|
||||||
PERR("could not allocate memory for firmware image");
|
PERR("could not allocate memory for firmware image");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user