forked from Imagelibrary/rtems
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* libchip/serial/ns16550.c: Fix typo.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user