forked from Imagelibrary/rtems
bsps/mips: Delete unused files
The MIPS port defines CPU_SIMPLE_VECTORED_INTERRUPTS to FALSE.
This commit is contained in:
@@ -57,7 +57,6 @@ libbsp_a_SOURCES += ../../shared/src/irq-shell.c
|
||||
libbsp_a_SOURCES += ../../shared/src/irq-server.c
|
||||
libbsp_a_SOURCES += ../shared/irq/vectorexceptions.c
|
||||
libbsp_a_SOURCES += ../shared/irq/irq.c
|
||||
libbsp_a_SOURCES += ../shared/irq/maxvectors.c
|
||||
libbsp_a_SOURCES += irq/vectorisrs.c
|
||||
libbsp_a_SOURCES += ../shared/irq/interruptmask.c
|
||||
|
||||
|
||||
@@ -62,7 +62,6 @@ libbsp_a_SOURCES += ../../shared/src/irq-shell.c
|
||||
libbsp_a_SOURCES += ../../shared/src/irq-server.c
|
||||
libbsp_a_SOURCES += ../shared/irq/vectorexceptions.c
|
||||
libbsp_a_SOURCES += ../shared/irq/irq.c
|
||||
libbsp_a_SOURCES += ../shared/irq/maxvectors.c
|
||||
libbsp_a_SOURCES += irq/vectorisrs.c
|
||||
libbsp_a_SOURCES += ../shared/irq/interruptmask.c
|
||||
|
||||
|
||||
@@ -63,7 +63,6 @@ libbsp_a_SOURCES += ../../shared/src/irq-shell.c
|
||||
libbsp_a_SOURCES += ../../shared/src/irq-server.c
|
||||
libbsp_a_SOURCES += ../shared/irq/vectorexceptions.c
|
||||
libbsp_a_SOURCES += ../shared/irq/irq.c
|
||||
libbsp_a_SOURCES += ../shared/irq/maxvectors.c
|
||||
libbsp_a_SOURCES += irq/vectorisrs.c
|
||||
libbsp_a_SOURCES += ../shared/irq/interruptmask.c
|
||||
|
||||
|
||||
@@ -55,7 +55,6 @@ libbsp_a_SOURCES += ../../shared/src/irq-shell.c
|
||||
libbsp_a_SOURCES += ../../shared/src/irq-server.c
|
||||
libbsp_a_SOURCES += ../shared/irq/vectorexceptions.c
|
||||
libbsp_a_SOURCES += ../shared/irq/irq.c
|
||||
libbsp_a_SOURCES += ../shared/irq/maxvectors.c
|
||||
libbsp_a_SOURCES += irq/vectorisrs.c
|
||||
libbsp_a_SOURCES += ../shared/irq/interruptmask.c
|
||||
|
||||
|
||||
@@ -82,7 +82,6 @@ libbsp_a_SOURCES += ../../shared/src/irq-shell.c
|
||||
libbsp_a_SOURCES += ../../shared/src/irq-server.c
|
||||
libbsp_a_SOURCES += ../shared/irq/vectorexceptions.c
|
||||
libbsp_a_SOURCES += ../shared/irq/irq.c
|
||||
libbsp_a_SOURCES += irq/maxvectors.c
|
||||
libbsp_a_SOURCES += irq/vectorisrs.c
|
||||
libbsp_a_SOURCES += irq/interruptmask.c
|
||||
libbsp_a_SOURCES += ../shared/irq/i8259.c
|
||||
|
||||
@@ -1,24 +0,0 @@
|
||||
/**
|
||||
* @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.org/license/LICENSE.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Reserve first 32 for exceptions.
|
||||
*/
|
||||
|
||||
#include <rtems.h>
|
||||
|
||||
unsigned int mips_interrupt_number_of_vectors = 13;
|
||||
|
||||
@@ -62,7 +62,6 @@ libbsp_a_SOURCES += ../../shared/src/irq-shell.c
|
||||
libbsp_a_SOURCES += ../../shared/src/irq-server.c
|
||||
libbsp_a_SOURCES += ../shared/irq/vectorexceptions.c
|
||||
libbsp_a_SOURCES += ../shared/irq/irq.c
|
||||
libbsp_a_SOURCES += ../shared/irq/maxvectors.c
|
||||
libbsp_a_SOURCES += irq/vectorisrs.c
|
||||
libbsp_a_SOURCES += ../shared/irq/interruptmask_TX49.c
|
||||
|
||||
|
||||
@@ -62,7 +62,6 @@ libbsp_a_SOURCES += ../../shared/src/irq-shell.c
|
||||
libbsp_a_SOURCES += ../../shared/src/irq-server.c
|
||||
libbsp_a_SOURCES += ../shared/irq/vectorexceptions.c
|
||||
libbsp_a_SOURCES += ../shared/irq/irq.c
|
||||
libbsp_a_SOURCES += ../shared/irq/maxvectors.c
|
||||
libbsp_a_SOURCES += irq/vectorisrs.c
|
||||
libbsp_a_SOURCES += ../shared/irq/interruptmask_TX49.c
|
||||
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
/**
|
||||
* @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.org/license/LICENSE.
|
||||
*/
|
||||
|
||||
#include <rtems.h>
|
||||
#include <bsp/irq.h>
|
||||
|
||||
unsigned int mips_interrupt_number_of_vectors = BSP_INTERRUPT_VECTOR_MAX;
|
||||
Reference in New Issue
Block a user