forked from Imagelibrary/rtems
2008-09-22 Joel Sherrill <joel.sherrill@OARcorp.com>
* libchip/serial/ns16550.c: Add not supported on arm even though it is not simple vectored.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2008-09-22 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* libchip/serial/ns16550.c: Add not supported on arm even though it is
|
||||
not simple vectored.
|
||||
|
||||
2008-09-22 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* libchip/serial/ns16550.c: Not currently supported on architectures
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
#include "ns16550_p.h"
|
||||
|
||||
#if !defined(CPU_SIMPLE_VECTORED_INTERRUPTS)
|
||||
#if !defined(CPU_SIMPLE_VECTORED_INTERRUPTS) &&!define(__arm__)
|
||||
#include <bsp/irq.h>
|
||||
#define NS16650_SUPPORTED
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user