[RFC patch 12/41] x86 : export vmalloc_sync_all()

From: Mathieu Desnoyers
Date: Thu Mar 05 2009 - 18:22:22 EST


Needed by the tracer module. Used to make sure the tracer will not trigger a
page faults. It would be useful in case of full page fault handler
instrumentation.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxx>
---
arch/x86/mm/fault.c | 1 +
1 file changed, 1 insertion(+)

Index: linux-2.6-lttng/arch/x86/mm/fault.c
===================================================================
--- linux-2.6-lttng.orig/arch/x86/mm/fault.c 2009-03-04 13:24:31.000000000 -0500
+++ linux-2.6-lttng/arch/x86/mm/fault.c 2009-03-04 14:11:47.000000000 -0500
@@ -935,3 +935,4 @@ void vmalloc_sync_all(void)
}
#endif
}
+EXPORT_SYMBOL_GPL(vmalloc_sync_all);

--
Mathieu Desnoyers
OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F BA06 3F25 A8FE 3BAE 9A68
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/