projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f873212
)
Revert "arm64: Increase the max granular size"
author
Huang, Tao
<huangtao@rock-chips.com>
Thu, 25 Aug 2016 12:03:25 +0000
(20:03 +0800)
committer
Huang, 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
patch
|
blob
|
history
diff --git
a/arch/arm64/include/asm/cache.h
b/arch/arm64/include/asm/cache.h
index 5082b30bc2c05fbf7b970141dd1d69800e7ed3b3..bde449936e2f07fda4abf1e3c840fe9401620708 100644
(file)
--- a/
arch/arm64/include/asm/cache.h
+++ b/
arch/arm64/include/asm/cache.h
@@
-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)
/*