2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>

* libchip/serial/ns16550.c: Fix typo.
This commit is contained in:
Joel Sherrill
2008-09-22 17:23:14 +00:00
parent ac4b164c8b
commit 0fbd231001
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* libchip/serial/ns16550.c: Fix typo.
2008-09-22 Joel Sherrill <joel.sherrill@OARcorp.com>
* libchip/serial/ns16550.c: Add not supported on arm even though it is

View File

@@ -32,9 +32,9 @@
#include "ns16550_p.h"
#if !defined(CPU_SIMPLE_VECTORED_INTERRUPTS) &&!define(__arm__)
#if !defined(CPU_SIMPLE_VECTORED_INTERRUPTS) && !defined(__arm__)
#include <bsp/irq.h>
#define NS16650_SUPPORTED
#define NS16550_SUPPORTED
#endif
#ifdef BSP_FEATURE_IRQ_EXTENSION
@@ -606,7 +606,7 @@ NS16550_STATIC void ns16550_initialize_interrupts( int minor)
rtems_irq_connect_data cd = {
c->ulIntVector,
ns16550_isr,
(void *) minor
(void *) minor,
NULL,
NULL,
NULL