Changeset 2d354ea6 in rtems for c/src/lib/libbsp/arm/shared/irq


Ignore:
Timestamp:
07/27/00 06:17:44 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
93d31be
Parents:
08330bf
Message:

Minor problems addressed with the merger and with the arm_bare_bsp.
That BSP now has a stub clock driver so the tests can link even
if they won't execute. A handful of Makefiles had to be updated
and we had to account for printk.c being a shared file now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/arm/shared/irq/irq_init.c

    r08330bf r2d354ea6  
    1616#include <irq.h>
    1717#include <bsp.h>
    18 #include <bspio.h>
     18#include <bspIo.h>
    1919#include <registers.h>
    2020
     
    3333    int                         i;
    3434    long                        *vectorTable;
     35    rtems_interrupt_level       level;
    3536   
    3637    vectorTable = VECTOR_TABLE;
Note: See TracChangeset for help on using the changeset viewer.