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:
Joel Sherrill
2008-09-22 17:02:16 +00:00
parent 5619a047c6
commit 00a2358559
2 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -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