Skip to content
Snippets Groups Projects
Commit 76582956 authored by Mattijs Korpershoek's avatar Mattijs Korpershoek Committed by Vishal Mahaveer
Browse files

TI: plugin_store: Remove use of hardcoded PAGE_SIZE 4096

bionic hard-codes the PAGE_SIZE macro as 4096. This is going away as
Android begins to support larger page sizes [1]

Remove the usage of this hard-coded value by using getpagesize() instead
as recommended by the doc [2].

[1] https://source.android.com/docs/core/architecture/16kb-page-size/16kb
[2] https://source.android.com/docs/core/architecture/16kb-page-size/getting-page-size


Signed-off-by: default avatarMattijs Korpershoek <mkorpershoek@baylibre.com>
parent 15339a08
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment