summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/shared
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-04-29 09:39:08 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-04-29 09:51:22 +0200
commita16af0b367beb0ef68bad553d3c90826f5bce373 (patch)
treeaee8e3bc0767fd21d2c6112346ae3c4410bed516 /c/src/lib/libbsp/mips/shared
parentbsps/m32r: Fix bsp_specs (diff)
downloadrtems-a16af0b367beb0ef68bad553d3c90826f5bce373.tar.bz2
bsps/mips: Delete unused files
The MIPS port defines CPU_SIMPLE_VECTORED_INTERRUPTS to FALSE.
Diffstat (limited to 'c/src/lib/libbsp/mips/shared')
-rw-r--r--c/src/lib/libbsp/mips/shared/irq/maxvectors.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/c/src/lib/libbsp/mips/shared/irq/maxvectors.c b/c/src/lib/libbsp/mips/shared/irq/maxvectors.c
deleted file mode 100644
index 273253bab9..0000000000
--- a/c/src/lib/libbsp/mips/shared/irq/maxvectors.c
+++ /dev/null
@@ -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;