mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 15:43:56 +00:00
committed by
Christian Helmuth
parent
146b34bf40
commit
e1be0b3f67
@ -348,7 +348,6 @@ extern unsigned long jiffies;
|
||||
|
||||
time_t time(time_t *t)
|
||||
{
|
||||
dde_kit_printf("%s:%d from: %p\n", __func__, __LINE__, __builtin_return_address(0));
|
||||
return jiffies;
|
||||
}
|
||||
|
||||
|
@ -1190,7 +1190,7 @@ int request_firmware_nowait(struct module *module, bool uevent,
|
||||
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);
|
||||
if (!fw->data) {
|
||||
PERR("could not allocate memory for firmware image");
|
||||
|
Reference in New Issue
Block a user