2009-09-11 Till Straumann <strauman@slac.stanford.edu>

* irq/openpic_i8259_irq.c: Do not include <bsp/VMEConfig.h>
	if the bsp.h defines HAVE_NO_VME so that BSPs w/o VME do not
	have to create a dummy VMEConfig.h header.
This commit is contained in:
Till Straumann
2009-09-11 16:57:07 +00:00
parent 442eac699d
commit f85ad07618
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
2009-09-11 Till Straumann <strauman@slac.stanford.edu>
* irq/openpic_i8259_irq.c: Do not include <bsp/VMEConfig.h>
if the bsp.h defines HAVE_NO_VME so that BSPs w/o VME do not
have to create a dummy VMEConfig.h header.
2009-09-09 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1435/bsps

View File

@@ -17,7 +17,9 @@
#include <bsp.h>
#include <bsp/irq.h>
#include <bsp/irq_supp.h>
#ifndef BSP_HAS_NO_VME
#include <bsp/VMEConfig.h>
#endif
#include <bsp/openpic.h>
#include <libcpu/raw_exception.h>
#include <libcpu/io.h>