wrapper: remove vmalloc_sync_all
[lttng-modules.git] / probes / lttng.c
index 160e0bcdfcd8f0bea737b17fbe40f5d08250126c..7a2a74a1e8a36cf481e9bb95d49d24c4aa229a1f 100644 (file)
@@ -16,7 +16,6 @@
 #include <linux/slab.h>
 #include <linux/mm.h>
 #include <linux/miscdevice.h>
-#include <wrapper/vmalloc.h>
 #include <lttng-events.h>
 
 #define TP_MODULE_NOAUTOLOAD
@@ -116,8 +115,6 @@ int __init lttng_logger_init(void)
 {
        int ret = 0;
 
-       wrapper_vmalloc_sync_all();
-
        /* /dev/lttng-logger */
        ret = misc_register(&logger_dev);
        if (ret) {
This page took 0.033507 seconds and 4 git commands to generate.