Skip to content
Commit 31bb7723 authored by Juergen Gross's avatar Juergen Gross Committed by Thomas Gleixner
Browse files

x86, mm: Change cachemode exports to non-gpl

Commit 281d4078 ("x86: Make page cache mode a real type")
introduced the symbols __cachemode2pte_tbl and __pte2cachemode_tbl and
exported them via EXPORT_SYMBOL_GPL.  The exports are part of a
replacement of code which has been EXPORT_SYMBOL before these changes
resulting in build breakage of out-of-tree non-gpl modules.

Change EXPORT_SYMBOL_GPL to EXPORT-SYMBOL for these two symbols.

Fixes: 281d4078

 "x86: Make page cache mode a real type"
Reported-and-tested-by: default avatarSteven Noonan <steven@uplinklabs.net>
Signed-off-by: default avatarJuergen Gross <jgross@suse.com>
Reviewed-by: default avatarToshi Kani <toshi.kani@hp.com>
Link: http://lkml.kernel.org/r/1421926997-28615-1-git-send-email-jgross@suse.com


Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 3669ef9f
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