From 9274f2a4fc555c31c80ec3b1049b8d9f1ba0fe67 Mon Sep 17 00:00:00 2001 From: "Huang, Tao" Date: Thu, 25 Aug 2016 20:03:25 +0800 Subject: [PATCH] Revert "arm64: Increase the max granular size" This reverts commit 97303480753e48fb313dc0e15daaf11b0451cdb8. All Rockchip SoCs only have 64 bytes cache line length, so it is not need this patch, which increase memory consumption. Change-Id: Idf684189e7f7011562337a70dc7d26c8dceee7a6 Signed-off-by: Huang, Tao --- arch/arm64/include/asm/cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/include/asm/cache.h b/arch/arm64/include/asm/cache.h index 5082b30bc2c0..bde449936e2f 100644 --- a/arch/arm64/include/asm/cache.h +++ b/arch/arm64/include/asm/cache.h @@ -18,7 +18,7 @@ #include -#define L1_CACHE_SHIFT 7 +#define L1_CACHE_SHIFT 6 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) /* -- 2.34.1