Increase BUFFER_SIZE and remove remnants of arm64 source

This commit is contained in:
Martin Kroeker 2020-04-04 15:27:32 +02:00 committed by GitHub
parent 0b8d69f7ae
commit 188e9239a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -123,11 +123,7 @@ REALNAME:
#endif #endif
#define HUGE_PAGESIZE ( 4 << 20) #define HUGE_PAGESIZE ( 4 << 20)
#if defined(CORTEXA57) #define BUFFER_SIZE (32 << 22)
#define BUFFER_SIZE (20 << 20)
#else
#define BUFFER_SIZE (16 << 20)
#endif
#define BASE_ADDRESS (START_ADDRESS - BUFFER_SIZE * MAX_CPU_NUMBER) #define BASE_ADDRESS (START_ADDRESS - BUFFER_SIZE * MAX_CPU_NUMBER)