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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [arch/] [or32/] [kernel/] [or32_ksyms.c] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
/*
2
 *  linux/arch/or32/kernel/or32_ksyms.c
3
 *
4
 *  or32 version
5
 *
6
 *  derived from cris, i386, m68k, ppc, sh ports.
7
 *
8
 *  changes:
9
 *  18. 11. 2003: Matjaz Breskvar (phoenix@opencores.org)
10
 *    initial port to or32 architecture
11
 *
12
 */
13
 
14
#include <linux/config.h>
15
#include <linux/module.h>
16
#include <linux/elfcore.h>
17
#include <linux/mca.h>
18
#include <linux/sched.h>
19
#include <linux/in6.h>
20
#include <linux/interrupt.h>
21
#include <linux/smp_lock.h>
22
#include <linux/vmalloc.h>
23
 
24
#include <asm/semaphore.h>
25
#include <asm/processor.h>
26
#include <asm/uaccess.h>
27
#include <asm/checksum.h>
28
#include <asm/io.h>
29
#include <asm/hardirq.h>
30
#include <asm/delay.h>
31
#include <asm/pgalloc.h>
32
 
33
 
34
#define DECLARE_EXPORT(name) extern void name(void);EXPORT_SYMBOL_NOVERS(name)
35
 
36
/* compiler generated symbols */
37
DECLARE_EXPORT(__udivsi3);
38
DECLARE_EXPORT(__divsi3);
39
DECLARE_EXPORT(__umodsi3);
40
DECLARE_EXPORT(__modsi3);
41
DECLARE_EXPORT(__muldi3);
42
DECLARE_EXPORT(__ashrdi3);
43
DECLARE_EXPORT(__ashldi3);
44
DECLARE_EXPORT(__lshrdi3);
45
 
46
EXPORT_SYMBOL(__copy_tofrom_user);
47
 

powered by: WebSVN 2.1.0

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