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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [arm/] [arm_bare_bsp/] [irq/] [bsp_irq_asm.S] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
/* bsp_irq_asm.S
2
 *
3
 *  This file contains the implementation of the IRQ handler
4
 *  for a specific BSP
5
 *
6
 *  CopyRight (C) 2000 Canon Research France SA.
7
 *  Emmanuel Raguet,  mailto:raguet@crf.canon.fr
8
 *
9
 *  The license and distribution terms for this file may be
10
 *  found in found in the file LICENSE in this distribution or at
11
 *  http://www.OARcorp.com/rtems/license.html.
12
 *
13
 *  bsp_irq_asm.S,v 1.2 2002/07/17 17:16:14 joel Exp
14
 */
15
 
16
#define __asm__
17
#include  
18
 
19
/*
20
 * Function to obtain, execute an IT handler and acknowledge the IT
21
 */
22
 
23
        .globl ExecuteITHandler
24
 
25
ExecuteITHandler :
26
 
27
  /*
28
   * Here is the code to execute the appropriate INT handler
29
   */
30
 
31
        mov pc, r0
32
 
33
#if 0
34
/*
35
 * Function to acknowledge the IT controller
36
 */
37
        .globl AckControler
38
 
39
AckControler:
40
 
41
  /*
42
   * Here is the code to acknowledge the PIC
43
   */
44
 
45
  b     ReturnFromAck           /* return to ISR handler */
46
 
47
#endif

powered by: WebSVN 2.1.0

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