forked from Imagelibrary/rtems
bsps: Always build generic interrupt support
This makes it possible to write tests for the generic interrupt controller support. Update #3269.
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#define BSP_SHARED_HANDLER_SUPPORT 1
|
||||
#include <rtems/irq.h>
|
||||
#include <bsp/vectors.h>
|
||||
#include <bsp/irq-default.h>
|
||||
|
||||
/* This BSP also passes a pointer to the interrupt frame to the handler.
|
||||
* The PPC ABI guarantees that this will not mess up handlers written
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
|
||||
#ifndef ASM
|
||||
|
||||
#include <bsp/irq-default.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
|
||||
#define BSP_SHARED_HANDLER_SUPPORT 1
|
||||
#include <rtems/irq.h>
|
||||
#include <bsp/irq-default.h>
|
||||
|
||||
/*
|
||||
* 8259 edge/level control definitions at VIA
|
||||
|
||||
@@ -35,6 +35,8 @@
|
||||
|
||||
#ifndef ASM
|
||||
|
||||
#include <bsp/irq-default.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
@@ -32,6 +32,8 @@
|
||||
|
||||
#ifndef ASM
|
||||
|
||||
#include <bsp/irq-default.h>
|
||||
|
||||
#define OneTierIrqPrioTbl 1
|
||||
|
||||
/*
|
||||
|
||||
@@ -29,6 +29,8 @@
|
||||
|
||||
#ifndef ASM
|
||||
|
||||
#include <bsp/irq-default.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
#define VIRTEX4_IRQ_IRQ_H
|
||||
|
||||
#include <rtems/irq.h>
|
||||
#include <bsp/irq-default.h>
|
||||
|
||||
/*
|
||||
* the following definitions specify the indices used
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
#define VIRTEX5_IRQ_IRQ_H
|
||||
|
||||
#include <rtems/irq.h>
|
||||
#include <bsp/irq-default.h>
|
||||
|
||||
/*
|
||||
* the following definitions specify the indices used
|
||||
|
||||
Reference in New Issue
Block a user