This repository was archived by the owner on Nov 8, 2023. It is now read-only.
Commit 4c87f0d
Vilas Bhat
16k: bionic: Fix tests for x86_64 16kb page size simulation
On x86_64 based 16kb page size targets, the page size in userspace
(provided by getpagesize()) would be simulated to 16kb but the
underlying filesystem block size would remain unchanged, i.e., 4kb.
Bug: 315509500
Test: lunch aosp_cf_x86_64_phone_pgagnostic-trunk_staging-userdebug
atest sys_vfs
atest sys_statvfs
Change-Id: I64ba8a55fa91a98e7d2de890059991693abdc0021 parent 2e6b77a commit 4c87f0d
2 files changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
28 | 35 | | |
| 36 | + | |
29 | 37 | | |
30 | 38 | | |
31 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
30 | 37 | | |
| 38 | + | |
31 | 39 | | |
32 | 40 | | |
33 | 41 | | |
| |||
0 commit comments