[v3,14/29] or1k: Add <bits/pagesize.h>

Message ID e26dfcaf2f1f9ed5173e79e1010dbed4db52d389.1727624528.git.fweimer@redhat.com
State Under Review
Delegated to: Adhemerval Zanella Netto
Headers
Series Teach glibc about possible page sizes and handle gaps in ld.so |

Checks

Context Check Description
redhat-pt-bot/TryBot-apply_patch success Patch applied to master at the time it was sent
linaro-tcwg-bot/tcwg_glibc_build--master-aarch64 success Build passed
linaro-tcwg-bot/tcwg_glibc_check--master-aarch64 success Test passed
linaro-tcwg-bot/tcwg_glibc_build--master-arm success Build passed
linaro-tcwg-bot/tcwg_glibc_check--master-arm success Test passed

Commit Message

Florian Weimer Sept. 29, 2024, 4:23 p.m. UTC
  The Linux sources in arch/openrisc/Kconfig use HAVE_PAGE_SIZE_8KB
only, so the page size is fixed at 8 KiB.
---
 sysdeps/or1k/bits/pagesize.h | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 sysdeps/or1k/bits/pagesize.h
  

Patch

diff --git a/sysdeps/or1k/bits/pagesize.h b/sysdeps/or1k/bits/pagesize.h
new file mode 100644
index 0000000000..3a01770005
--- /dev/null
+++ b/sysdeps/or1k/bits/pagesize.h
@@ -0,0 +1,2 @@ 
+#define __GLIBC_PAGE_SHIFT_MIN 13
+#define __GLIBC_PAGE_SHIFT_MAX 13