mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 00:24:51 +00:00
lxip: adapt to lx_kit/lx_emul updates
This commit is contained in:
parent
2efc64ace7
commit
ced585fd5e
@ -764,6 +764,11 @@ unsigned long nr_free_buffer_pages(void);
|
||||
|
||||
#include <lx_emul/gfp.h>
|
||||
|
||||
enum {
|
||||
__GFP_COLD = 0x00000100u,
|
||||
__GFP_REPEAT = 0x00000400u,
|
||||
};
|
||||
|
||||
struct page *alloc_pages_node(int nid, gfp_t gfp_mask,
|
||||
unsigned int order);
|
||||
|
||||
@ -1720,6 +1725,8 @@ enum {
|
||||
|
||||
#include <lx_emul/work.h>
|
||||
|
||||
#define wait_queue_t wait_queue_entry_t
|
||||
|
||||
void INIT_DEFERRABLE_WORK(struct delayed_work *, void (*func)(struct work_struct *));
|
||||
|
||||
#define system_power_efficient_wq 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user