OpenCores
URL https://opencores.org/ocsvn/or1k_old/or1k_old/trunk

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [arch/] [i960/] [kernel/] [ksyms.c] - Blame information for rev 1782

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1623 jcastillo
#include <linux/config.h>
2
#include <linux/module.h>
3
#include <linux/linkage.h>
4
#include <linux/sched.h>
5
#include <linux/string.h>
6
#include <linux/mm.h>
7
#include <linux/user.h>
8
#include <linux/elfcore.h>
9
 
10
#include <asm/setup.h>
11
#include <asm/pgtable.h>
12
#include <asm/irq.h>
13
#include <asm/semaphore.h>
14
 
15
asmlinkage long long __ashrdi3 (long long, int);
16
extern char m68k_debug_device[];
17
 
18
#ifdef CONFIG_ATARI
19
extern void mach_atari_syms_export (void);
20
#endif
21
#ifdef CONFIG_AMIGA
22
extern void mach_amiga_syms_export (void);
23
#endif
24
#ifdef CONFIG_MAC
25
extern void mach_mac_syms_export (void);
26
#endif
27
 
28
extern void dump_thread(struct pt_regs *, struct user *);
29
extern int dump_fpu(elf_fpregset_t *);
30
 
31
static struct symbol_table arch_symbol_table = {
32
#include <linux/symtab_begin.h>
33
        /* platform dependent support */
34
 
35
        X(memcmp),
36
        /*X(boot_info),
37
        X(m68k_is040or060),
38
        X(cache_push),
39
        X(cache_push_v),
40
        X(cache_clear),
41
        X(mm_vtop),
42
        X(mm_ptov),
43
        X(mm_end_of_chunk),
44
        X(kernel_map),*/
45
        /*X(m68k_debug_device),*/
46
        X(request_irq),
47
        X(free_irq),
48
        X(dump_fpu),
49
        X(dump_thread),
50
        X(strnlen),
51
        X(strstr),
52
 
53
        /* The following are special because they're not called
54
           explicitly (the C compiler generates them).  Fortunately,
55
           their interface isn't gonna change any time soon now, so
56
           it's OK to leave it out of version control.  */
57
        XNOVERS(__ashrdi3),
58
        XNOVERS(memcpy),
59
        XNOVERS(memset),
60
 
61
#include <linux/symtab_end.h>
62
};
63
 
64
void arch_syms_export(void)
65
{
66
        register_symtab(&arch_symbol_table);
67
 
68
        /*our_syms_export()*/
69
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.