From: Claudiu Manoil Date: Mon, 18 Sep 2017 20:39:41 +0000 (-0400) Subject: soc/fsl/qbman: Drop L1_CACHE_BYTES compile time check X-Git-Tag: v4.19~2158^2~16^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6111d198362b9b3ffc1c253c74119cca9afd3968;p=platform%2Fkernel%2Flinux-rpi.git soc/fsl/qbman: Drop L1_CACHE_BYTES compile time check Not relevant and arch dependent. Overkill for PPC. Signed-off-by: Claudiu Manoil Signed-off-by: Roy Pledge Reviewed-by: Catalin Marinas Signed-off-by: Li Yang --- 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