commit | 64f336c2519b74a9367823e33b0db15a0d1c423d | [log] [tgz] |
---|---|---|
author | Chris Friedt <cfriedt@tenstorrent.com> | Thu Jun 06 09:46:42 2024 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Jun 14 14:01:05 2024 -0400 |
tree | 0922d19268fd3c6ca7b379a77eaf71b00b7faf24 | |
parent | 24378ed08a1c82f6ae4b7605f6b94123fb8f309b [diff] |
posix: tie page size to mmu page size Make POSIX_PAGE_SIZE_BITS not user-configurable and tie it to CONFIG_MMU_PAGE_SIZE if there is an MMU. Otherwise, simply default it to something small. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>