Browse Source

Increase BUFFER_SIZE and remove remnants of arm64 source

pull/2539/head
Martin Kroeker GitHub 6 years ago
parent
commit
188e9239a4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions
  1. +1
    -5
      common_zarch.h

+ 1
- 5
common_zarch.h View File

@@ -123,11 +123,7 @@ REALNAME:
#endif
#define HUGE_PAGESIZE ( 4 << 20)

#if defined(CORTEXA57)
#define BUFFER_SIZE (20 << 20)
#else
#define BUFFER_SIZE (16 << 20)
#endif
#define BUFFER_SIZE (32 << 22)


#define BASE_ADDRESS (START_ADDRESS - BUFFER_SIZE * MAX_CPU_NUMBER)


Loading…
Cancel
Save