diff options
author | Claudiu Manoil <[email protected]> | 2017-09-18 16:39:41 -0400 |
---|---|---|
committer | Li Yang <[email protected]> | 2017-09-22 13:33:07 -0500 |
commit | 6111d198362b9b3ffc1c253c74119cca9afd3968 (patch) | |
tree | c3123fffcb0598796e17a4d77bea2411f09cef73 | |
parent | f5bd22996038d5f45b158d5c14fd45209d7fbb5d (diff) |
soc/fsl/qbman: Drop L1_CACHE_BYTES compile time check
Not relevant and arch dependent. Overkill for PPC.
Signed-off-by: Claudiu Manoil <[email protected]>
Signed-off-by: Roy Pledge <[email protected]>
Reviewed-by: Catalin Marinas <[email protected]>
Signed-off-by: Li Yang <[email protected]>
-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 |