Browse Source
Merge pull request #2585 from martin-frbg/mips64fix
Increase default BUFFER_SIZE on MIPS64
tags/v0.3.10^2
Martin Kroeker
GitHub
6 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
common_mips64.h
|
|
|
@@ -227,7 +227,7 @@ REALNAME: ;\ |
|
|
|
|
|
|
|
#define SEEK_ADDRESS |
|
|
|
|
|
|
|
#define BUFFER_SIZE ( 32 << 20) |
|
|
|
#define BUFFER_SIZE ( 32 << 21) |
|
|
|
|
|
|
|
#if defined(LOONGSON3A) |
|
|
|
#define PAGESIZE (16UL << 10) |
|
|
|
|