Commit 8a8197fa authored by Andrew Morton's avatar Andrew Morton Committed by Greg Kroah-Hartman

[PATCH] export flush_tlb_all for drm modules

From: Jan Dittmer <j.dittmer@portrix.net>

This adds an export for flush_tlb_all to i386_ksyms.c.  The drm modules
miss this, when compiling for SMP.

I changed Jan's patch to use EXPORT_SYMBOL_GPL.
parent 0509a1c2
......@@ -159,6 +159,7 @@ EXPORT_SYMBOL(smp_call_function);
/* TLB flushing */
EXPORT_SYMBOL(flush_tlb_page);
EXPORT_SYMBOL_GPL(flush_tlb_all);
#endif
#ifdef CONFIG_X86_IO_APIC
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment