Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drc: align tcache_default to 64k on arm
Newer arm64 hw supports 64k pages, and recent Linux distros provide kernel packages like linux-image-generic-64k (can be used on r-pi4 with Ubuntu for example). It affects 32bit mode also, so assume that an arm32 binary compiled for vfp may be used on such kernel. Without this mprotect() fails to set exec permission because of bad alignment.
- Loading branch information