diff options
author | Claudiu Manoil <claudiu.manoil@nxp.com> | 2017-09-18 16:39:41 -0400 |
---|---|---|
committer | Li Yang <leoyang.li@nxp.com> | 2017-09-22 13:33:07 -0500 |
commit | 6111d198362b9b3ffc1c253c74119cca9afd3968 (patch) | |
tree | c3123fffcb0598796e17a4d77bea2411f09cef73 /drivers | |
parent | f5bd22996038d5f45b158d5c14fd45209d7fbb5d (diff) | |
download | linux-stable-6111d198362b9b3ffc1c253c74119cca9afd3968.tar.gz linux-stable-6111d198362b9b3ffc1c253c74119cca9afd3968.tar.bz2 linux-stable-6111d198362b9b3ffc1c253c74119cca9afd3968.zip |
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')
-rw-r--r-- | drivers/soc/fsl/qbman/dpaa_sys.h | 4 |
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 676af829cea0..4b1a4674d5c4 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 |