projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
367afaf
)
[ARM] 4502/1: nommu: Do not export the copy/clear user page functions
author
Catalin Marinas
<catalin.marinas@arm.com>
Fri, 20 Jul 2007 10:42:46 +0000
(11:42 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Fri, 20 Jul 2007 20:29:51 +0000
(21:29 +0100)
The __cpu_{clear|copy}_user_page functions are not defined for the
MMU-less case and therefore should not be exported.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mm/proc-syms.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mm/proc-syms.c
b/arch/arm/mm/proc-syms.c
index 9f396b4fa0b7c67f95de6deb5a6c2a684f264f60..2b5ba396e3a63ee455e6b73bfff9176c78aef029 100644
(file)
--- a/
arch/arm/mm/proc-syms.c
+++ b/
arch/arm/mm/proc-syms.c
@@
-31,12
+31,14
@@
EXPORT_SYMBOL(__cpuc_coherent_kern_range);
EXPORT_SYMBOL(cpu_cache);
#endif
+#ifdef CONFIG_MMU
#ifndef MULTI_USER
EXPORT_SYMBOL(__cpu_clear_user_page);
EXPORT_SYMBOL(__cpu_copy_user_page);
#else
EXPORT_SYMBOL(cpu_user);
#endif
+#endif
/*
* No module should need to touch the TLB (and currently