X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=lttng-abi.c;h=01eb4d55addea3ea41b5def0ed79ca9efd91fcf1;hb=053e573fb9404dd90fc974a6c08baf71eea3bf14;hp=590945c4e8ee146dd52184b0413e6cdd1a326ee1;hpb=b7cdc18250880cc44edeef4a4b42c8ac7a135a6d;p=lttng-modules.git diff --git a/lttng-abi.c b/lttng-abi.c index 590945c4..01eb4d55 100644 --- a/lttng-abi.c +++ b/lttng-abi.c @@ -30,20 +30,20 @@ #include #include #include -#include /* for wrapper_vmalloc_sync_all() */ -#include -#include -#include +#include /* for wrapper_vmalloc_sync_mappings() */ +#include +#include +#include #include #include #include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#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();