PR 1993 - Convert MIPS to PIC IRQ model

This commit is contained in:
Jennifer Averett
2012-04-04 08:39:46 -05:00
committed by Joel Sherrill
parent eb6362dccb
commit 0c0181dee2
80 changed files with 2909 additions and 817 deletions

View File

@@ -0,0 +1,22 @@
/**
* @file
*
* This file contains the maximum number of vectors. This can not
* be determined without knowing the RTEMS CPU model.
*/
/*
* COPYRIGHT (c) 1989-2012.
* 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 <rtems.h>
#include <bsp/irq.h>
unsigned int mips_interrupt_number_of_vectors = BSP_INTERRUPT_VECTOR_MAX;