summaryrefslogtreecommitdiffstats
path: root/drivers/soc
diff options
context:
space:
mode:
authorClaudiu Manoil <claudiu.manoil@nxp.com>2017-09-18 16:39:41 -0400
committerLi Yang <leoyang.li@nxp.com>2017-09-22 13:33:07 -0500
commit6111d198362b9b3ffc1c253c74119cca9afd3968 (patch)
treec3123fffcb0598796e17a4d77bea2411f09cef73 /drivers/soc
parentf5bd22996038d5f45b158d5c14fd45209d7fbb5d (diff)
downloadop-kernel-dev-6111d198362b9b3ffc1c253c74119cca9afd3968.zip
op-kernel-dev-6111d198362b9b3ffc1c253c74119cca9afd3968.tar.gz
soc/fsl/qbman: Drop L1_CACHE_BYTES compile time check
Not relevant and arch dependent. Overkill for PPC. Signed-off-by: Claudiu Manoil <claudiu.manoil@nxp.com> Signed-off-by: Roy Pledge <roy.pledge@nxp.com> Reviewed-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Li Yang <leoyang.li@nxp.com>
Diffstat (limited to 'drivers/soc')
-rw-r--r--drivers/soc/fsl/qbman/dpaa_sys.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/soc/fsl/qbman/dpaa_sys.h b/drivers/soc/fsl/qbman/dpaa_sys.h
index 676af82..4b1a467 100644
--- a/drivers/soc/fsl/qbman/dpaa_sys.h
+++ b/drivers/soc/fsl/qbman/dpaa_sys.h
@@ -49,10 +49,6 @@
#define DPAA_PORTAL_CE 0
#define DPAA_PORTAL_CI 1
-#if (L1_CACHE_BYTES != 32) && (L1_CACHE_BYTES != 64)
-#error "Unsupported Cacheline Size"
-#endif
-
static inline void dpaa_flush(void *p)
{
#ifdef CONFIG_PPC
OpenPOWER on IntegriCloud