2009-07-06 Joel Sherrill <joel.sherrill@oarcorp.com>

* setvec.c: Add CVS Id.
This commit is contained in:
Joel Sherrill
2009-07-06 15:45:45 +00:00
parent 7c46cf58b3
commit 45d3b3304e
2 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
2009-07-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* setvec.c: Add CVS Id.
2009-06-18 Fernando Nicodemos <fgnicodemos@terra.com.br>
* umon/umonrtemsglue.c: Add console device that uses MicroMonitor to do

View File

@@ -1,6 +1,9 @@
/* set_vector
*
* This routine installs an interrupt vector on the SPARC simulator.
/*
* This routine installs an interrupt vector on CPU architectures
* using the Simple Vectored Interrupt Model. This is the shared
* version which does nothing BSP specific. A BSP specific version
* will be needed if you need to enable an interrupt source via
* some register.
*
* INPUT PARAMETERS:
* handler - interrupt handler entry point
@@ -13,13 +16,14 @@
* RETURNS:
* address of previous interrupt handler
*
* COPYRIGHT (c) 1989-1999.
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
*/
#include <bsp.h>