Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / sh / kernel / sh_ksyms_64.c
CommitLineData
1da177e4 1/*
a23ba435 2 * arch/sh/kernel/sh_ksyms_64.c
1da177e4
LT
3 *
4 * Copyright (C) 2000, 2001 Paolo Alberelli
5 *
a23ba435
PM
6 * This file is subject to the terms and conditions of the GNU General Public
7 * License. See the file "COPYING" in the main directory of this archive
8 * for more details.
1da177e4 9 */
1da177e4
LT
10#include <linux/rwsem.h>
11#include <linux/module.h>
12#include <linux/smp.h>
13#include <linux/user.h>
14#include <linux/elfcore.h>
15#include <linux/sched.h>
16#include <linux/in6.h>
17#include <linux/interrupt.h>
894673ee 18#include <linux/screen_info.h>
971ac16d 19#include <asm/cacheflush.h>
1da177e4
LT
20#include <asm/processor.h>
21#include <asm/uaccess.h>
22#include <asm/checksum.h>
23#include <asm/io.h>
24#include <asm/delay.h>
25#include <asm/irq.h>
26
1da177e4
LT
27extern int dump_fpu(struct pt_regs *, elf_fpregset_t *);
28
1da177e4 29/* platform dependent support */
1da177e4 30EXPORT_SYMBOL(dump_fpu);
1da177e4
LT
31EXPORT_SYMBOL(kernel_thread);
32
971ac16d
PM
33#if !defined(CONFIG_CACHE_OFF) && defined(CONFIG_MMU)
34EXPORT_SYMBOL(clear_user_page);
35#endif
36
37#ifndef CONFIG_CACHE_OFF
38EXPORT_SYMBOL(flush_dcache_page);
39#endif
40
1da177e4 41/* Networking helper routines. */
971ac16d 42EXPORT_SYMBOL(csum_partial);
c459dd90 43EXPORT_SYMBOL(csum_partial_copy_nocheck);
971ac16d
PM
44#ifdef CONFIG_IPV6
45EXPORT_SYMBOL(csum_ipv6_magic);
46#endif
1da177e4 47
1da177e4
LT
48#ifdef CONFIG_VT
49EXPORT_SYMBOL(screen_info);
50#endif
51
971ac16d
PM
52EXPORT_SYMBOL(__put_user_asm_b);
53EXPORT_SYMBOL(__put_user_asm_w);
1da177e4 54EXPORT_SYMBOL(__put_user_asm_l);
971ac16d
PM
55EXPORT_SYMBOL(__put_user_asm_q);
56EXPORT_SYMBOL(__get_user_asm_b);
57EXPORT_SYMBOL(__get_user_asm_w);
1da177e4 58EXPORT_SYMBOL(__get_user_asm_l);
971ac16d
PM
59EXPORT_SYMBOL(__get_user_asm_q);
60EXPORT_SYMBOL(__strnlen_user);
61EXPORT_SYMBOL(__strncpy_from_user);
62EXPORT_SYMBOL(clear_page);
63EXPORT_SYMBOL(__clear_user);
ad0caae0 64EXPORT_SYMBOL(copy_page);
7b523c9e 65EXPORT_SYMBOL(__copy_user);
fd785d6b 66EXPORT_SYMBOL(empty_zero_page);
1da177e4 67EXPORT_SYMBOL(memcpy);
4466b20c 68EXPORT_SYMBOL(memset);
749c8496 69EXPORT_SYMBOL(__udelay);
749c8496 70EXPORT_SYMBOL(__ndelay);
971ac16d 71EXPORT_SYMBOL(__const_udelay);
4466b20c
PM
72EXPORT_SYMBOL(strlen);
73EXPORT_SYMBOL(strcpy);
1da177e4
LT
74
75/* Ugh. These come in from libgcc.a at link time. */
749c8496 76#define DECLARE_EXPORT(name) extern void name(void);EXPORT_SYMBOL(name)
1da177e4 77
749c8496 78DECLARE_EXPORT(__sdivsi3);
749c8496 79DECLARE_EXPORT(__udivsi3);
971ac16d 80DECLARE_EXPORT(__div_table);