From e77b367daf9df1a649e11c180704fcba6aa55b2b Mon Sep 17 00:00:00 2001 From: "George G. Davis" Date: Sat, 29 Jul 2006 08:29:27 +0100 Subject: [PATCH] --- yaml --- r: 32905 b: refs/heads/master c: 7b1df1985c7a4e6d5fcab0ed71a2cd1d4ad3be41 h: refs/heads/master i: 32903: 17998017e8602bd430877d07271c5534ae2bc04d v: v3 --- [refs] | 2 +- trunk/arch/arm/mm/proc-syms.c | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 6c0764304176..8a4ba2190051 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a6a38a66224c7c578cfed2f584b440c81af0c3ae +refs/heads/master: 7b1df1985c7a4e6d5fcab0ed71a2cd1d4ad3be41 diff --git a/trunk/arch/arm/mm/proc-syms.c b/trunk/arch/arm/mm/proc-syms.c index 6c5f0fe578a5..ab143557e688 100644 --- a/trunk/arch/arm/mm/proc-syms.c +++ b/trunk/arch/arm/mm/proc-syms.c @@ -13,6 +13,7 @@ #include #include #include +#include #ifndef MULTI_CPU EXPORT_SYMBOL(cpu_dcache_clean_area); @@ -30,6 +31,13 @@ EXPORT_SYMBOL(__cpuc_coherent_kern_range); EXPORT_SYMBOL(cpu_cache); #endif +#ifndef MULTI_USER +EXPORT_SYMBOL(__cpu_clear_user_page); +EXPORT_SYMBOL(__cpu_copy_user_page); +#else +EXPORT_SYMBOL(cpu_user); +#endif + /* * No module should need to touch the TLB (and currently * no modules do. We export this for "loadkernel" support