Revert "arm64: Increase the max granular size"
authorHuang, Tao <huangtao@rock-chips.com>
Thu, 25 Aug 2016 12:03:25 +0000 (20:03 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Mon, 29 Aug 2016 07:46:12 +0000 (15:46 +0800)
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 <huangtao@rock-chips.com>
arch/arm64/include/asm/cache.h

index 5082b30bc2c05fbf7b970141dd1d69800e7ed3b3..bde449936e2f07fda4abf1e3c840fe9401620708 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <asm/cachetype.h>
 
-#define L1_CACHE_SHIFT         7
+#define L1_CACHE_SHIFT         6
 #define L1_CACHE_BYTES         (1 << L1_CACHE_SHIFT)
 
 /*