0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-16 18:35:19 +00:00

fixup! Bound allocated pages to resource pools with page caches to avoid unnecessary syscalls

This commit is contained in:
Maria Matejka 2021-10-13 18:59:45 +02:00
parent 7f0e598208
commit bea582cbb5

View File

@ -178,7 +178,7 @@ struct sl_alignment { /* Magic structure for testing of alignment */
int x[0];
};
#define SL_GET_HEAD(x) ((struct sl_head *) (((uintptr_t) (x)) & ~(get_page_size()-1)))
#define SL_GET_HEAD(x) ((struct sl_head *) (((uintptr_t) (x)) & ~(page_size-1)))
/**
* sl_new - create a new Slab