summaryrefslogtreecommitdiffstats
path: root/linux/include/soc/fsl/qman.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-05-18 11:53:08 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-10-23 09:24:06 +0200
commit69a5677c0f97a29d91cfdeb63d97426f7ac71dce (patch)
treeed63d6c74dca712828a97e01fcbab03672e04aa4 /linux/include/soc/fsl/qman.h
parentdpaa: Avoid QMan work queue (diff)
downloadrtems-libbsd-69a5677c0f97a29d91cfdeb63d97426f7ac71dce.tar.bz2
dpaa: Disable QMAN_VOLATILE_FLAG_WAIT_INT
Diffstat (limited to '')
-rw-r--r--linux/include/soc/fsl/qman.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/include/soc/fsl/qman.h b/linux/include/soc/fsl/qman.h
index 7437f549..2504eef9 100644
--- a/linux/include/soc/fsl/qman.h
+++ b/linux/include/soc/fsl/qman.h
@@ -811,7 +811,9 @@ struct qman_cgr {
#define QM_VDQCR_NUMFRAMES_TILLEMPTY QM_VDQCR_NUMFRAMES_SET(0)
#define QMAN_VOLATILE_FLAG_WAIT 0x00000001 /* wait if VDQCR is in use */
+#ifndef __rtems__
#define QMAN_VOLATILE_FLAG_WAIT_INT 0x00000002 /* if wait, interruptible? */
+#endif /* __rtems__ */
#define QMAN_VOLATILE_FLAG_FINISH 0x00000004 /* wait till VDQCR completes */
/* "Query FQ Non-Programmable Fields" */