Interrupt locks are introduced in shared vme device drivers to enable
compilation in an SMP configuration of the qoriq BSP.
---
bsps/powerpc/shared/vme/vmeTsi148.c | 44 ++-
bsps/powerpc/shared/vme/vmeUniverse.c | 40 +---
2 files changed, 45 insertion
---
bsps/powerpc/qoriq/irq/irq.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/bsps/powerpc/qoriq/irq/irq.c b/bsps/powerpc/qoriq/irq/irq.c
index 2a5e3e9a75..96fbe4e020 100644
--- a/bsps/powerpc/qoriq/irq/irq.c
+++ b/bsps/powerpc/qoriq/irq/irq.c
@@ -47,6 +47,7 @@
#include
#include
#inclu