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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [arch/] [arm/] [mm/] [proc-syms.c] - Blame information for rev 1275

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
/*
2
 *  linux/arch/arm/mm/proc-syms.c
3
 *
4
 *  Copyright (C) 2000 Russell King
5
 *
6
 * This program is free software; you can redistribute it and/or modify
7
 * it under the terms of the GNU General Public License version 2 as
8
 * published by the Free Software Foundation.
9
 */
10
#include <linux/module.h>
11
#include <asm/proc-fns.h>
12
 
13
#ifndef MULTI_CPU
14
EXPORT_SYMBOL(cpu_cache_clean_invalidate_all);
15
EXPORT_SYMBOL(cpu_cache_clean_invalidate_range);
16
EXPORT_SYMBOL(cpu_flush_ram_page);
17
EXPORT_SYMBOL(cpu_dcache_clean_page);
18
EXPORT_SYMBOL(cpu_dcache_clean_entry);
19
EXPORT_SYMBOL(cpu_dcache_clean_range);
20
EXPORT_SYMBOL(cpu_dcache_invalidate_range);
21
EXPORT_SYMBOL(cpu_icache_invalidate_range);
22
EXPORT_SYMBOL(cpu_icache_invalidate_page);
23
EXPORT_SYMBOL(cpu_tlb_invalidate_all);
24
EXPORT_SYMBOL(cpu_tlb_invalidate_range);
25
EXPORT_SYMBOL(cpu_tlb_invalidate_page);
26
EXPORT_SYMBOL(cpu_set_pgd);
27
EXPORT_SYMBOL(cpu_set_pmd);
28
EXPORT_SYMBOL(cpu_set_pte);
29
#else
30
EXPORT_SYMBOL(processor);
31
#endif

powered by: WebSVN 2.1.0

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