Drop support for kernels < 4.4 from 'wrapper/page_alloc.h'
[lttng-modules.git] / src / lttng-events.c
index 431da540108430108c618390f9c216bf87567748..9df03392d90856cf4236b2827c5051d063870756 100644 (file)
@@ -4156,9 +4156,6 @@ static int __init lttng_events_init(void)
        if (ret)
                return ret;
        ret = wrapper_get_pfnblock_flags_mask_init();
-       if (ret)
-               return ret;
-       ret = wrapper_get_pageblock_flags_mask_init();
        if (ret)
                return ret;
        ret = lttng_probes_init();
This page took 0.022923 seconds and 4 git commands to generate.