[aarch64] Fix value of MIN_PAGE_SIZE for testing
commitbe64b1946b47087fda2e48cfba759cbb4fdfaada
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Wed, 8 Aug 2018 15:46:07 +0000 (8 21:16 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Wed, 8 Aug 2018 17:17:17 +0000 (8 22:47 +0530)
tree0827221cc6f7c9edde635e631a456396ab6fb53c
parent140137fb2d16bd362ef57a879145fc1f8240fca6
[aarch64] Fix value of MIN_PAGE_SIZE for testing

MIN_PAGE_SIZE is normally set to 4096 but for testing it can be set to
16 so that it exercises the page crossing code for every misaligned
access.  The value was set to 15, which is obviously wrong, so fixed
as obvious and tested.

* sysdeps/aarch64/strlen.S [TEST_PAGE_CROSS](MIN_PAGE_SIZE):
Fix value.
ChangeLog
sysdeps/aarch64/strlen.S