2 * linux/arch/arm/mm/proc-syms.c
4 * Copyright (C) 2000-2002 Russell King
5 * Modified by Hyok S. Choi, 2004
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
11 #include <linux/module.h>
14 #include <asm/cacheflush.h>
15 #include <asm/proc-fns.h>
16 #include <asm/tlbflush.h>
20 EXPORT_SYMBOL(cpu_dcache_clean_area
);
22 EXPORT_SYMBOL(cpu_set_pte
);
25 EXPORT_SYMBOL(processor
);
29 EXPORT_SYMBOL(__cpuc_flush_kern_all
);
30 EXPORT_SYMBOL(__cpuc_flush_user_all
);
31 EXPORT_SYMBOL(__cpuc_flush_user_range
);
32 EXPORT_SYMBOL(__cpuc_coherent_kern_range
);
34 EXPORT_SYMBOL(cpu_cache
);
37 #if 0 // mask by Victor Yu. 02-07-2007
39 EXPORT_SYMBOL(__cpu_clear_user_page
);
40 EXPORT_SYMBOL(__cpu_copy_user_page
);
42 EXPORT_SYMBOL(cpu_user
);
47 * No module should need to touch the TLB (and currently
48 * no modules do. We export this for "loadkernel" support
49 * (booting a new kernel from within a running kernel.)
52 EXPORT_SYMBOL(cpu_tlb
);