diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2020-05-04 17:16:30 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2020-05-04 17:16:30 +0000 |
commit | ea69bf7f5d1f3fcf2966a79ba80fbc8189f261e9 (patch) | |
tree | da57d9fcfa8f87e4028fe60b7894e375a6856fee | |
parent | af5b6f81dbafff32ac0641a2397eea24d6dfb66f (diff) | |
download | src-ea69bf7f5d1f3fcf2966a79ba80fbc8189f261e9.tar.gz src-ea69bf7f5d1f3fcf2966a79ba80fbc8189f261e9.zip |
Notes
-rw-r--r-- | contrib/jemalloc/FREEBSD-diffs | 2 | ||||
-rw-r--r-- | contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/jemalloc/FREEBSD-diffs b/contrib/jemalloc/FREEBSD-diffs index 8f4e2d8c812b..9e1939bfecfe 100644 --- a/contrib/jemalloc/FREEBSD-diffs +++ b/contrib/jemalloc/FREEBSD-diffs @@ -233,7 +233,7 @@ index 00000000..b752b0e7 +# define LG_SIZEOF_PTR 2 +#endif +#ifdef __riscv -+# define LG_VADDR 64 ++# define LG_VADDR 48 +# define LG_SIZEOF_PTR 3 +#endif + diff --git a/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h b/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h index c598d5e0731b..6ff0ce18d5da 100644 --- a/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h +++ b/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h @@ -68,7 +68,7 @@ # define LG_SIZEOF_PTR 2 #endif #ifdef __riscv -# define LG_VADDR 64 +# define LG_VADDR 48 # define LG_SIZEOF_PTR 3 #endif |