X-Git-Url: http://git.liburcu.org/?p=lttng-modules.git;a=blobdiff_plain;f=lttng-abi.c;h=1b5239e51164112932c87bbc47637db9d54d23d3;hp=590945c4e8ee146dd52184b0413e6cdd1a326ee1;hb=2459130397d7e7eecc44a5f06a39d65c78257eef;hpb=b7cdc18250880cc44edeef4a4b42c8ac7a135a6d diff --git a/lttng-abi.c b/lttng-abi.c index 590945c4..1b5239e5 100644 --- a/lttng-abi.c +++ b/lttng-abi.c @@ -30,10 +30,10 @@ #include #include #include -#include /* for wrapper_vmalloc_sync_all() */ -#include -#include -#include +#include /* for wrapper_vmalloc_sync_mappings() */ +#include +#include +#include #include #include #include @@ -43,7 +43,7 @@ #include #include #include -#include +#include /* * This is LTTng's own personal way to create a system call as an external @@ -1938,7 +1938,7 @@ int __init lttng_abi_init(void) { int ret = 0; - wrapper_vmalloc_sync_all(); + wrapper_vmalloc_sync_mappings(); lttng_clock_ref(); ret = lttng_tp_mempool_init();