[Arm-dev] [PATCH v1 51/87] arm64: Increase the max granular size
Vadim Lomovtsev
Vadim.Lomovtsev at caviumnetworks.comThu Aug 13 13:18:48 UTC 2015
- Previous message: [Arm-dev] [PATCH v1 50/87] arm64: optimized copy_to_user and copy_from_user assembly code, part 2
- Next message: [Arm-dev] [PATCH v1 52/87] Juno / net: smsc911x add support for probing from ACPI
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: TIRUMALESH CHALAMARLA <tchalamarla at cavium.com> Signed-off-by: TIRUMALESH CHALAMARLA <tchalamarla at cavium.com> Signed-off-by: Vadim Lomovtsev <Vadim.Lomovtsev at caviumnetworks.com> --- 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 bde4499..5082b30 100644 --- 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 6 +#define L1_CACHE_SHIFT 7 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) /* -- 2.4.3
- Previous message: [Arm-dev] [PATCH v1 50/87] arm64: optimized copy_to_user and copy_from_user assembly code, part 2
- Next message: [Arm-dev] [PATCH v1 52/87] Juno / net: smsc911x add support for probing from ACPI
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Arm-dev mailing list