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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [arch/] [armnommu/] [lib/] [system.S] - Blame information for rev 1782

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1622 jcastillo
/*
2
 * linux/arch/arm/lib/system.S
3
 *
4
 * Copyright (C) 1995, 1996 Russell King
5
 *
6
 * 07/06/96: Now support tasks running in SVC mode.
7
 */
8
 
9
#include 
10
#include 
11
 
12
                .text
13
                .global _abort
14
_abort:         adr     r0, Labort_msg
15
                mov     r1, lr
16
                b       _panic
17
 
18
Labort_msg:     .ascii  "Eek! Got to an abort() from %p! "
19
                .ascii  "(Please report to rmk@ecs.soton.ac.uk)\n\0"
20
                .align
21
 
22
#ifdef CONFIG_ARCH_EBSA
23
/*
24
 * The StrongARM evaluation board doesn't have these, so
25
 * we make dummy functions in here until we sort them out
26
 */
27
                .globl  _ecard_reset
28
                .globl  _ecard_init
29
_ecard_reset:
30
_ecard_init:
31
                mov     pc, lr
32
#endif

powered by: WebSVN 2.1.0

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