|
@@ -31,12 +31,14 @@ EXPORT_SYMBOL(__cpuc_coherent_kern_range);
|
|
EXPORT_SYMBOL(cpu_cache);
|
|
EXPORT_SYMBOL(cpu_cache);
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
+#ifdef CONFIG_MMU
|
|
#ifndef MULTI_USER
|
|
#ifndef MULTI_USER
|
|
EXPORT_SYMBOL(__cpu_clear_user_page);
|
|
EXPORT_SYMBOL(__cpu_clear_user_page);
|
|
EXPORT_SYMBOL(__cpu_copy_user_page);
|
|
EXPORT_SYMBOL(__cpu_copy_user_page);
|
|
#else
|
|
#else
|
|
EXPORT_SYMBOL(cpu_user);
|
|
EXPORT_SYMBOL(cpu_user);
|
|
#endif
|
|
#endif
|
|
|
|
+#endif
|
|
|
|
|
|
/*
|
|
/*
|
|
* No module should need to touch the TLB (and currently
|
|
* No module should need to touch the TLB (and currently
|